Spaces:
Sleeping
Sleeping
Commit
·
4d053b9
1
Parent(s):
676f0c5
Update app.py
Browse files
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"
|
|
|
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")
|