ango commited on
Commit
4e0002d
1 Parent(s): f1e1ac2

remove locally params in gradio launch

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,4 +21,4 @@ with gr.Blocks(title="Ango Leaderboard") as app:
21
  create_about()
22
 
23
  app.queue()
24
- app.launch(server_name="127.0.0.1", server_port=8080, ssl_verify=False)
 
21
  create_about()
22
 
23
  app.queue()
24
+ app.launch()