StKirill commited on
Commit
f4d7772
1 Parent(s): ff9ecb2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- ["limurs.jpg", "limur with bug in mouth"]]
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,