Tialo commited on
Commit
80d0dfc
·
verified ·
1 Parent(s): 01da636

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -276,9 +276,4 @@ def create_gradio_app():
276
 
277
  if __name__ == "__main__":
278
  app = create_gradio_app()
279
- app.launch(
280
- server_name="0.0.0.0",
281
- server_port=7860,
282
- share=True,
283
- debug=True
284
- )
 
276
 
277
  if __name__ == "__main__":
278
  app = create_gradio_app()
279
+ app.launch()