zizhpan commited on
Commit
ef9c6a4
·
verified ·
1 Parent(s): 586a090

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -475,7 +475,7 @@ def build_demo(args):
475
  with open("deepseek_vl2/serve/assets/custom.css", "r", encoding="utf-8") as f:
476
  customCSS = f.read()
477
 
478
- with gr.Blocks(theme=gr.themes.Soft()) as demo:
479
  history = gr.State([])
480
  input_text = gr.State()
481
  input_images = gr.State()
 
475
  with open("deepseek_vl2/serve/assets/custom.css", "r", encoding="utf-8") as f:
476
  customCSS = f.read()
477
 
478
+ with gr.Blocks(theme=gr.themes.Soft(), delete_cache=(1800, 1800)) as demo:
479
  history = gr.State([])
480
  input_text = gr.State()
481
  input_images = gr.State()