Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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()
|