DmitrMakeev commited on
Commit
859e01a
1 Parent(s): 6e0e335

Update app.py

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