Spaces:
Running
on
Zero
Running
on
Zero
Upload folder using huggingface_hub
Browse files
hg_app.py
CHANGED
@@ -453,6 +453,6 @@ if __name__ == '__main__':
|
|
453 |
app.mount("/static", StaticFiles(directory=static_dir), name="static")
|
454 |
|
455 |
demo = build_app()
|
456 |
-
demo.queue(max_size=
|
457 |
app = gr.mount_gradio_app(app, demo, path="/")
|
458 |
uvicorn.run(app, host=IP, port=PORT)
|
|
|
453 |
app.mount("/static", StaticFiles(directory=static_dir), name="static")
|
454 |
|
455 |
demo = build_app()
|
456 |
+
demo.queue(max_size=2)
|
457 |
app = gr.mount_gradio_app(app, demo, path="/")
|
458 |
uvicorn.run(app, host=IP, port=PORT)
|