doevent commited on
Commit
1e92db6
β€’
1 Parent(s): 9a398ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -150,4 +150,4 @@ interface = gr.Interface(
150
  article=article,
151
  allow_flagging='never',
152
  cache_examples=False,
153
- ).queue(concurrency_count=1, api_open=True).launch(show_api=True, show_error=True)
150
  article=article,
151
  allow_flagging='never',
152
  cache_examples=False,
153
+ ).queue().launch(show_error=True)