client-side rendering mode

#4
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -144,5 +144,5 @@ demo = gr.ChatInterface(fn=model_inference, title="SmolVLM2: The Smollest Video
144
 
145
 
146
 
147
- demo.launch(debug=True)
148
 
 
144
 
145
 
146
 
147
+ demo.launch(debug=True, ssr_mode=False)
148