LN1996 commited on
Commit
6e75214
1 Parent(s): deb1dc3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ text_examples = ["A man and a dog, A man wearing a blue coat with a dog inside",
38
  "A man and a horse",
39
  "A man and a horse"
40
  ]
41
- examples = [['examples/test_'+str(i)+'.jpg', ] for i in range(10)]
42
 
43
  demo = gr.Interface(inference,
44
  inputs = [gr.Image(label="Input image"),
 
38
  "A man and a horse",
39
  "A man and a horse"
40
  ]
41
+ examples = [['examples/test_'+str(i)+'.jpg', text_examples[i]] for i in range(10)]
42
 
43
  demo = gr.Interface(inference,
44
  inputs = [gr.Image(label="Input image"),