jsaplication commited on
Commit
0794e86
1 Parent(s): 3d47472

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -134,7 +134,7 @@ demo = gr.Interface(
134
  article=article,
135
  # examples=[['AI-generate.jpg', 'v1.4', 2, 50], ['lincoln.jpg', 'v1.4', 2, 50], ['Blake_Lively.jpg', 'v1.4', 2, 50],
136
  # ['10045.png', 'v1.4', 2, 50]]).launch()
137
- examples=[['a1.jpg', 'v1.4', 2], ['a2.jpg', 'v1.4', 2], ['a3.jpg', 'v1.4', 2],['a4.jpg', 'v1.4', 2]])
138
 
139
  demo.queue(concurrency_count=4)
140
  demo.launch()
 
134
  article=article,
135
  # examples=[['AI-generate.jpg', 'v1.4', 2, 50], ['lincoln.jpg', 'v1.4', 2, 50], ['Blake_Lively.jpg', 'v1.4', 2, 50],
136
  # ['10045.png', 'v1.4', 2, 50]]).launch()
137
+ examples=[])
138
 
139
  demo.queue(concurrency_count=4)
140
  demo.launch()