Xintao commited on
Commit
258bbe3
1 Parent(s): 2ea159f
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -134,5 +134,5 @@ gr.Interface(
134
  title=title,
135
  description=description,
136
  article=article,
137
- examples=[['AI-generate.jpg', 'v1.3', 2], ['lincoln.jpg', 'v1.3', 2], ['Blake_Lively.jpg', 'v1.3', 2],
138
- ['10045.png', 'v1.3', 2]]).launch()
 
134
  title=title,
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()