sithuWiki commited on
Commit
3a13227
·
verified ·
1 Parent(s): 725fa71

update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -342,4 +342,5 @@ if __name__ == "__main__":
342
 
343
  # Launch
344
  app = create_interface()
345
- app.launch(server_name="0.0.0.0", server_port=7860, share=True)
 
 
342
 
343
  # Launch
344
  app = create_interface()
345
+ app.launch()
346
+ # app.launch(server_name="0.0.0.0", server_port=7860, share=True)