nbroad HF staff commited on
Commit
fbef811
1 Parent(s): f37ed04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -194,4 +194,4 @@ with gr.Blocks(title="Bulk embeddings") as demo:
194
 
195
 
196
  if __name__ == "__main__":
197
- demo.queue(concurrency_count=20).launch(show_error=True, debug=True, share=True)
 
194
 
195
 
196
  if __name__ == "__main__":
197
+ demo.queue(concurrency_count=20).launch(show_error=True)