Adnan Syamsafa commited on
Commit
f4a8588
·
unverified ·
1 Parent(s): f45a615

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -107,6 +107,6 @@ with gr.Blocks(title="FFmo - FFmpeg Online", theme=gr.themes.Soft()) as main:
107
  # Launch the combined interface
108
  if __name__ == "__main__":
109
  if limit:
110
- main.queue(concurrency_count=5).launch()
111
  else:
112
- main.queue(concurrency_count=5).launch(debug=True, share=True)
 
107
  # Launch the combined interface
108
  if __name__ == "__main__":
109
  if limit:
110
+ main.queue().launch()
111
  else:
112
+ main.queue().launch(debug=True, share=True)