Spaces:
Runtime error
Runtime error
Commit
•
a254330
1
Parent(s):
326d32e
Update app.py (#13)
Browse files- Update app.py (213311c97995255f97854ac01ef331bc5cad51cb)
Co-authored-by: Brent Jacobs <BWJ2@users.noreply.huggingface.co>
app.py
CHANGED
@@ -369,4 +369,4 @@ print(f"Space built in {time.time() - start_time:.2f} seconds")
|
|
369 |
|
370 |
# if not is_colab:
|
371 |
demo.queue(concurrency_count=1)
|
372 |
-
demo.launch(debug=is_colab, share=
|
|
|
369 |
|
370 |
# if not is_colab:
|
371 |
demo.queue(concurrency_count=1)
|
372 |
+
demo.launch(debug=is_colab, share=True)
|