ygtrfed commited on
Commit
10ce3ef
1 Parent(s): 21990af

revert to default

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -425,4 +425,4 @@ print(f"Space built in {time.time() - start_time:.2f} seconds")
425
 
426
  # if not is_colab:
427
  demo.queue(concurrency_count=1)
428
- demo.launch(debug=is_colab, share=True)
 
425
 
426
  # if not is_colab:
427
  demo.queue(concurrency_count=1)
428
+ demo.launch(debug=is_colab, share=is_colab)