Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -422,4 +422,6 @@ with gr.Blocks(
|
|
422 |
output_selected_ids,
|
423 |
output_final_technologies
|
424 |
]
|
425 |
-
)
|
|
|
|
|
|
422 |
output_selected_ids,
|
423 |
output_final_technologies
|
424 |
]
|
425 |
+
)
|
426 |
+
|
427 |
+
gr.mount_gradio_app(app, gradio_app_blocks, path="/gradio")
|