JeffLiang commited on
Commit
df63333
1 Parent(s): 092977e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,4 +86,4 @@ gr.Interface(
86
  title=title,
87
  description=description,
88
  article=article,
89
- examples=examples).launch()
 
86
  title=title,
87
  description=description,
88
  article=article,
89
+ examples=examples).launch(enable_queue=True)