Spaces:
Running
on
Zero
Running
on
Zero
update this
Browse files- __pycache__/utils.cpython-310.pyc +0 -0
- app.py +3 -1
__pycache__/utils.cpython-310.pyc
CHANGED
|
Binary files a/__pycache__/utils.cpython-310.pyc and b/__pycache__/utils.cpython-310.pyc differ
|
|
|
app.py
CHANGED
|
@@ -153,7 +153,9 @@ with gr.Blocks() as demo:
|
|
| 153 |
]
|
| 154 |
)
|
| 155 |
|
| 156 |
-
|
|
|
|
|
|
|
| 157 |
|
| 158 |
# demo.launch(debug=False, show_error=True, share=True)
|
| 159 |
# demo.launch(share=True, server_port=7861, server_name='0.0.0.0')
|
|
|
|
| 153 |
]
|
| 154 |
)
|
| 155 |
|
| 156 |
+
|
| 157 |
+
demo.queue().launch(share=False, show_error=True)
|
| 158 |
+
|
| 159 |
|
| 160 |
# demo.launch(debug=False, show_error=True, share=True)
|
| 161 |
# demo.launch(share=True, server_port=7861, server_name='0.0.0.0')
|