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