Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -268,4 +268,5 @@ with gr.Blocks() as demo:
|
|
| 268 |
)
|
| 269 |
|
| 270 |
print("launching …")
|
|
|
|
| 271 |
demo.queue().launch(show_error=True)
|
|
|
|
| 268 |
)
|
| 269 |
|
| 270 |
print("launching …")
|
| 271 |
+
app = gr.mount_gradio_app(demo, app, path="/")
|
| 272 |
demo.queue().launch(show_error=True)
|