Travad98 commited on
Commit
472d1fb
1 Parent(s): 9aa6f03

Adding multiple examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ demo = gr.Interface(
50
  description=description,
51
  article=article,
52
  enable_queue=True,
53
- examples=[["example-1.jpg", "example-2.jpg", "example-3.jpg", "example-4.jpg", "example-5.jpg",]],
54
  cache_examples=False)
55
 
56
  demo.launch()
 
50
  description=description,
51
  article=article,
52
  enable_queue=True,
53
+ examples=[["example-1.jpg"], ["example-2.jpg"], ["example-3.jpg"], ["example-4.jpg"], ["example-5.jpg"]],
54
  cache_examples=False)
55
 
56
  demo.launch()