eyupipler commited on
Commit
35caa77
·
verified ·
1 Parent(s): 6dae2b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,4 +121,4 @@ demo = gr.Interface(
121
  )
122
 
123
  if __name__ == "__main__":
124
- demo.launch()
 
121
  )
122
 
123
  if __name__ == "__main__":
124
+ demo.launch(ssr_mode=False)