doevent commited on
Commit
3ed518c
1 Parent(s): 4a82883

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -53,5 +53,4 @@ grad.Interface(fn=generate,
53
  description=description,
54
  article=article,
55
  allow_flagging='never',
56
- cache_examples=False,
57
- theme="default").launch(enable_queue=True, debug=True)
53
  description=description,
54
  article=article,
55
  allow_flagging='never',
56
+ cache_examples=False).queue(concurrency_count=1, api_open=False).launch(show_api=False, show_error=True)