Spaces:
Runtime error
Runtime error
Kit-Lemonfoot
commited on
Commit
•
2f711ec
1
Parent(s):
7042f64
Added Idol (because funny), added Oga and Kurokami, updated Reine, addressed indexless models
Browse files
app.py
CHANGED
@@ -592,4 +592,4 @@ if __name__ == '__main__':
|
|
592 |
if limitation is True:
|
593 |
app.queue(concurrency_count=1, max_size=20, api_open=config.api).launch(share=config.colab)
|
594 |
else:
|
595 |
-
app.queue(concurrency_count=1, max_size=20, api_open=config.api).launch(share=
|
|
|
592 |
if limitation is True:
|
593 |
app.queue(concurrency_count=1, max_size=20, api_open=config.api).launch(share=config.colab)
|
594 |
else:
|
595 |
+
app.queue(concurrency_count=1, max_size=20, api_open=config.api).launch(share=True)
|