Spaces:
Runtime error
Runtime error
jwyang
commited on
Commit
•
b2a8e32
1
Parent(s):
40e226d
change to milk shake
Browse files
app.py
CHANGED
@@ -119,6 +119,6 @@ gr.Interface(
|
|
119 |
examples=[
|
120 |
["./birds.png", "a goldfinch"],
|
121 |
["./apples_six.jpg", "a green apple"],
|
122 |
-
["./wines.jpg", "
|
123 |
],
|
124 |
).launch()
|
|
|
119 |
examples=[
|
120 |
["./birds.png", "a goldfinch"],
|
121 |
["./apples_six.jpg", "a green apple"],
|
122 |
+
["./wines.jpg", "milk shake"],
|
123 |
],
|
124 |
).launch()
|