abidlabs HF Staff commited on
Commit
ecf93a6
·
1 Parent(s): 3586b92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -98,5 +98,5 @@ gr.Interface(
98
  title=title,
99
  description=description,
100
  article=article,
101
- examples=[['AI-generate.jpg', 'v1.3', 2], ['lincoln.jpg', 'v1.3', 2], ['Blake_Lively.jpg', 'v1.3', 2],
102
- ['10045.png', 'v1.3', 2]]).launch()
 
98
  title=title,
99
  description=description,
100
  article=article,
101
+ examples=[['AI-generate.jpg', 2], ['lincoln.jpg', 2], ['Blake_Lively.jpg', 2],
102
+ ['10045.png', 2]]).launch()