prithivMLmods commited on
Commit
2d5117d
·
verified ·
1 Parent(s): b3eb6e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -187,4 +187,4 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
187
  )
188
 
189
  if __name__ == "__main__":
190
- demo.launch()
 
187
  )
188
 
189
  if __name__ == "__main__":
190
+ demo.launch(ssr_mode=False)