Spaces:
Runtime error
Runtime error
duyduong9htv
commited on
Commit
·
779d56a
1
Parent(s):
9a6333c
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ interface = gr.Interface(shot,
|
|
22 |
inputs=["image", "text"],
|
23 |
outputs="label",
|
24 |
description="Add a picture and a list of labels separated by commas",
|
25 |
-
examples=[["tundra.jpg", "Ford F-150, RAM 1500, GMC Sierra, Silverado"],
|
26 |
['interior.jpeg', "Interior, Exterior"],
|
27 |
['carplay.webp', "Carplay, Android play"]
|
28 |
],
|
|
|
22 |
inputs=["image", "text"],
|
23 |
outputs="label",
|
24 |
description="Add a picture and a list of labels separated by commas",
|
25 |
+
examples=[["tundra.jpg", "Ford F-150, RAM 1500, Tundra, GMC Sierra, Silverado"],
|
26 |
['interior.jpeg', "Interior, Exterior"],
|
27 |
['carplay.webp', "Carplay, Android play"]
|
28 |
],
|