Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -137,4 +137,6 @@ with gr.Blocks() as gradio_app_blocks:
|
|
137 |
output_selected_ids,
|
138 |
output_final_technologies
|
139 |
]
|
140 |
-
)
|
|
|
|
|
|
137 |
output_selected_ids,
|
138 |
output_final_technologies
|
139 |
]
|
140 |
+
)
|
141 |
+
|
142 |
+
gr.mount_gradio_app(app, gradio_app_blocks, path="/gradio")
|