sudipta26889 commited on
Commit
064bfc7
·
verified ·
1 Parent(s): f5ad7d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -301,8 +301,9 @@ with gr.Blocks(fill_height=True) as demo:
301
  # Gradio runtime (queue + launch)
302
  # ----------------------------
303
  # IMPORTANT: assign the queued app back to 'demo' for older Gradio versions.
304
- # demo = demo.queue(max_size=32)
305
 
306
  # Always launch; Spaces runs this script directly.
307
  demo.launch(
 
308
  )
 
301
  # Gradio runtime (queue + launch)
302
  # ----------------------------
303
  # IMPORTANT: assign the queued app back to 'demo' for older Gradio versions.
304
+ demo = demo.queue(max_size=32)
305
 
306
  # Always launch; Spaces runs this script directly.
307
  demo.launch(
308
+ ssr_mode=False
309
  )