Spaces:
Runtime error
Runtime error
Commit
Β·
4fe0536
1
Parent(s):
587bddc
Add launch to colab
Browse files
app.py
CHANGED
@@ -306,4 +306,7 @@ Despite how impressive being able to turn text into image is, beware to the fact
|
|
306 |
[](https://twitter.com/juancopi81)
|
307 |

|
308 |
''')
|
309 |
-
|
|
|
|
|
|
|
|
306 |
[](https://twitter.com/juancopi81)
|
307 |

|
308 |
''')
|
309 |
+
|
310 |
+
if not is_colab:
|
311 |
+
demo.queue(concurrency_count=1)
|
312 |
+
demo.launch(debug=is_colab, share=is_colab)
|