Spaces:
Runtime error
Runtime error
Fixed a typo in app.py. See former commit for new models
Browse files
app.py
CHANGED
|
@@ -601,4 +601,4 @@ if __name__ == '__main__':
|
|
| 601 |
if limitation is True:
|
| 602 |
app.queue(concurrency_count=1, max_size=20, api_open=config.api).launch(share=config.colab)
|
| 603 |
else:
|
| 604 |
-
app.queue(concurrency_count=1, max_size=20, api_open=config.api).launch(share=
|
|
|
|
| 601 |
if limitation is True:
|
| 602 |
app.queue(concurrency_count=1, max_size=20, api_open=config.api).launch(share=config.colab)
|
| 603 |
else:
|
| 604 |
+
app.queue(concurrency_count=1, max_size=20, api_open=config.api).launch(share=True)
|