feliponi commited on
Commit
d4bb596
·
1 Parent(s): 484392d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -241,4 +241,4 @@ demo = gr.TabbedInterface(
241
 
242
  if __name__ == "__main__":
243
  #demo.launch(share=True)
244
- demo.launch()
 
241
 
242
  if __name__ == "__main__":
243
  #demo.launch(share=True)
244
+ demo.launch(ssr=False, share=True)