AdamOswald1 BWJ2 commited on
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>

Files changed (1) hide show
  1. app.py +1 -1
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=is_colab)
 
369
 
370
  # if not is_colab:
371
  demo.queue(concurrency_count=1)
372
+ demo.launch(debug=is_colab, share=True)