doevent commited on
Commit
381c218
1 Parent(s): 0c73926

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,4 +135,4 @@ gr.Interface(
135
  description=description,
136
  article=article,
137
  examples=[['AI-generate.jpg', 'v1.4', 2, 50], ['lincoln.jpg', 'v1.4', 2, 50], ['Blake_Lively.jpg', 'v1.4', 2, 50],
138
- ['10045.png', 'v1.4', 2, 50]]).launch()
 
135
  description=description,
136
  article=article,
137
  examples=[['AI-generate.jpg', 'v1.4', 2, 50], ['lincoln.jpg', 'v1.4', 2, 50], ['Blake_Lively.jpg', 'v1.4', 2, 50],
138
+ ['10045.png', 'v1.4', 2, 50]]).launch(enable_queue=True)