Kajise commited on
Commit
0123135
·
1 Parent(s): db00b6c

fix: remove enable_queue due to deprecation

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,4 +90,4 @@ Gradio.Interface(
90
  theme=custom_theme,
91
  analytics_enabled=False,
92
  css=".generating {visibility: hidden}"
93
- ).launch(enable_queue=True)
 
90
  theme=custom_theme,
91
  analytics_enabled=False,
92
  css=".generating {visibility: hidden}"
93
+ ).launch()