Spaces:
Running
on
Zero
Running
on
Zero
csr mode
Browse files
app.py
CHANGED
|
@@ -150,4 +150,4 @@ demo = gr.ChatInterface(fn=model_inference, title="SmolDocling-256M: Ultra-compa
|
|
| 150 |
cache_examples=False
|
| 151 |
)
|
| 152 |
|
| 153 |
-
demo.launch(debug=True)
|
|
|
|
| 150 |
cache_examples=False
|
| 151 |
)
|
| 152 |
|
| 153 |
+
demo.launch(debug=True, ssr_mode=False)
|