ManthaBhuvana commited on
Commit
a3f4a19
·
verified ·
1 Parent(s): c625545

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -88,4 +88,5 @@ with gr.Blocks(theme=gr.themes.Default()) as demo:
88
  outputs=[mcq_output, download_output, status]
89
  )
90
 
91
- demo.launch()
 
 
88
  outputs=[mcq_output, download_output, status]
89
  )
90
 
91
+ demo.launch(ssr_mode=False)
92
+