aakash0017 commited on
Commit
4d053b9
·
1 Parent(s): 676f0c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -274,4 +274,4 @@ btn = gr.Interface(
274
  outputs=[gr.Textbox(label = "Audio Analysis Time Stamps", lines = 20), gr.Textbox(label = "Baton Detection Timestamps", lines = 20)]
275
  )
276
 
277
- btn.launch(server_name="0.0.0.0", server_port=4000)
 
274
  outputs=[gr.Textbox(label = "Audio Analysis Time Stamps", lines = 20), gr.Textbox(label = "Baton Detection Timestamps", lines = 20)]
275
  )
276
 
277
+ btn.launch(server_name="0.0.0.0")