Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ def predict(image, prompt):
|
|
71 |
examples = [["cats.png", "cat is smiling"],
|
72 |
["dog.jpg", "dog with big eyes"],
|
73 |
["dog1.jpg", "dog with big bone"],
|
74 |
-
["
|
75 |
|
76 |
gr.Interface(
|
77 |
predict,
|
|
|
71 |
examples = [["cats.png", "cat is smiling"],
|
72 |
["dog.jpg", "dog with big eyes"],
|
73 |
["dog1.jpg", "dog with big bone"],
|
74 |
+
["beaver.jpg", "big strong beaver"]]
|
75 |
|
76 |
gr.Interface(
|
77 |
predict,
|