Spaces:
Runtime error
Runtime error
updated README
Browse files
main.py
CHANGED
@@ -250,6 +250,7 @@ with gr.Blocks(
|
|
250 |
# "home.html", {"request": request, "videos": []})
|
251 |
|
252 |
demo.queue()
|
|
|
253 |
|
254 |
# gradio_app = gr.routes.App.create_app(demo)
|
255 |
# app.mount("/gradio", gradio_app)
|
|
|
250 |
# "home.html", {"request": request, "videos": []})
|
251 |
|
252 |
demo.queue()
|
253 |
+
demo.launch()
|
254 |
|
255 |
# gradio_app = gr.routes.App.create_app(demo)
|
256 |
# app.mount("/gradio", gradio_app)
|