Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"),
|