ffreemt commited on
Commit
c4eee19
1 Parent(s): d89e980

Update wget aria2 in packages.txt

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -231,4 +231,5 @@ with gr.Blocks(theme=seafoam, analytics_enabled=False, css=css) as demo:
231
  submit.click(response, inputs=[instruction], outputs=[output])
232
  instruction.submit(response, inputs=[instruction], outputs=[output])
233
 
234
- demo.queue(concurrency_count=1, max_size=5).launch(debug=False, share=True)
 
 
231
  submit.click(response, inputs=[instruction], outputs=[output])
232
  instruction.submit(response, inputs=[instruction], outputs=[output])
233
 
234
+ # demo.queue(concurrency_count=1, max_size=5).launch(debug=False, share=True)
235
+ demo.queue(concurrency_count=1, max_size=5).launch(debug=False)