Vishakaraj commited on
Commit
0b4edca
·
1 Parent(s): f115855

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -148,4 +148,4 @@ demo = gr.Interface(
148
  outputs=[gr.Textbox(), "html"],
149
  )
150
 
151
- demo.queue(default_enabled=False).launch()
 
148
  outputs=[gr.Textbox(), "html"],
149
  )
150
 
151
+ demo.queue(concurrency_count=512, max_size=512).launch()