Files changed (1) hide show
  1. app.py +1 -1
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)