ford442 commited on
Commit
ca114c9
·
verified ·
1 Parent(s): df4df1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -747,4 +747,4 @@ if __name__ == "__main__":
747
  description=description,
748
  )
749
  combined_interface = gr.TabbedInterface([demo_interface, text_gen_interface], ["Image Generation", "Text Generation"])
750
- combined_interface.launch(show_api=False,ssr=False)
 
747
  description=description,
748
  )
749
  combined_interface = gr.TabbedInterface([demo_interface, text_gen_interface], ["Image Generation", "Text Generation"])
750
+ combined_interface.launch(show_api=False)