drakosfire commited on
Commit
f5c9fe7
1 Parent(s): 2656b55

No really fixed the launch

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -300,7 +300,7 @@ with gr.Blocks() as demo:
300
 
301
 
302
  if __name__ == "__main__":
303
- demo.launch(server_name = "0.0.0.0", server_port = 8000, share = False, allowed_paths = [])
304
 
305
 
306
 
 
300
 
301
 
302
  if __name__ == "__main__":
303
+ demo.launch()
304
 
305
 
306