Spaces:
Running
on
L40S
Running
on
L40S
Upload app_hg.py with huggingface_hub
Browse files
app_hg.py
CHANGED
@@ -496,6 +496,6 @@ with gr.Blocks() as demo:
|
|
496 |
outputs=[rembg_image, result_image, result_3dobj, result_3dglb_texture, result_3dglb_baked, result_gif],
|
497 |
)
|
498 |
|
499 |
-
demo.queue(max_size=
|
500 |
# demo.launch(server_name='0.0.0.0', server_port=8080)
|
501 |
demo.launch()
|
|
|
496 |
outputs=[rembg_image, result_image, result_3dobj, result_3dglb_texture, result_3dglb_baked, result_gif],
|
497 |
)
|
498 |
|
499 |
+
demo.queue(max_size=1)
|
500 |
# demo.launch(server_name='0.0.0.0', server_port=8080)
|
501 |
demo.launch()
|