Spaces:
Runtime error
Runtime error
Update app.py
Browse filesoops, runs not data
app.py
CHANGED
|
@@ -3,4 +3,4 @@ import gradio as gr
|
|
| 3 |
with gr.Blocks() as dummy_interface:
|
| 4 |
gr.Markdown("Backend Space; nothing to see here.")
|
| 5 |
|
| 6 |
-
dummy_interface.launch(allowed_paths=["/
|
|
|
|
| 3 |
with gr.Blocks() as dummy_interface:
|
| 4 |
gr.Markdown("Backend Space; nothing to see here.")
|
| 5 |
|
| 6 |
+
dummy_interface.launch(allowed_paths=["/runs"])
|