Spaces:
Sleeping
Sleeping
Commit ·
0a45e5b
1
Parent(s): a766f42
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,6 @@ parser.add_argument('--public_access', action='store_true',
|
|
| 20 |
args = parser.parse_args()
|
| 21 |
|
| 22 |
if on_huggingspace:
|
| 23 |
-
demo.queue(max_size=20)
|
| 24 |
demo.launch(debug=True)
|
| 25 |
else:
|
| 26 |
_, _, link = demo.queue(api_open=False).launch(
|
|
|
|
| 20 |
args = parser.parse_args()
|
| 21 |
|
| 22 |
if on_huggingspace:
|
|
|
|
| 23 |
demo.launch(debug=True)
|
| 24 |
else:
|
| 25 |
_, _, link = demo.queue(api_open=False).launch(
|