zkmine commited on
Commit
a5bed4d
·
verified ·
1 Parent(s): b759f9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -302,7 +302,5 @@ def build_app() -> gr.Blocks:
302
 
303
  return app
304
 
305
-
306
- if __name__ == "__main__":
307
- demo = build_app()
308
- demo.launch(server_name="0.0.0.0", server_port=7860)
 
302
 
303
  return app
304
 
305
+ demo = build_app()
306
+ demo.launch()