Spaces:
Runtime error
Runtime error
Francisco Aranda
commited on
Commit
•
6020a54
1
Parent(s):
32c2587
mount gradio app on /
Browse files
main.py
CHANGED
@@ -58,4 +58,4 @@ with gr.Blocks() as demo:
|
|
58 |
gr.Timer(5, active=True).tick(check_incoming_events, outputs=json_component)
|
59 |
|
60 |
|
61 |
-
gr.mount_gradio_app(server, demo, path="/
|
|
|
58 |
gr.Timer(5, active=True).tick(check_incoming_events, outputs=json_component)
|
59 |
|
60 |
|
61 |
+
gr.mount_gradio_app(server, demo, path="/")
|