Kajise commited on
Commit
1bdbed0
·
1 Parent(s): af6d2e7

feat(Interface): launch on debug and concurrency_count 1

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,4 +107,4 @@ Gradio.Interface(
107
  theme=custom_theme,
108
  analytics_enabled=False,
109
  css=".generating {visibility: hidden}"
110
- ).launch()
 
107
  theme=custom_theme,
108
  analytics_enabled=False,
109
  css=".generating {visibility: hidden}"
110
+ ).queue(concurrency_count=1).launch(debug=True)