isslao commited on
Commit
d7a7e22
·
verified ·
1 Parent(s): 760e434

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -55,8 +55,7 @@ demo = gr.Interface(
55
  description=description,
56
  article=article,
57
  examples=[
58
- [["example.jpg"], ["example_1.jpg"], ["example_2.jpg"], ["example_3.jpg"], ["example_4.jpg"]]
59
- ],
60
  cache_examples=False
61
  )
62
 
 
55
  description=description,
56
  article=article,
57
  examples=[
58
+ [["example.jpg"], ["example_1.jpg"], ["example_2.jpg"], ["example_3.jpg"], ["example_4.jpg"]]],
 
59
  cache_examples=False
60
  )
61