Aroy1997 commited on
Commit
e2db4f2
·
verified ·
1 Parent(s): b1c155c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,4 +33,4 @@ demo = gr.Interface(
33
  )
34
 
35
  if __name__ == "__main__":
36
- demo.launch()
 
33
  )
34
 
35
  if __name__ == "__main__":
36
+ demo.launch(ssr_mode=False)