vumichien commited on
Commit
a3f9629
1 Parent(s): 36d95aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -40,7 +40,8 @@ def inference(query):
40
  return "img.png"
41
 
42
  examples= ['a family standing next to the ocean on a sandy beach with a surf board',
43
- 'a group of people sitting in an audience with pen and paper',
 
44
  ]
45
 
46
  gr.Interface(
40
  return "img.png"
41
 
42
  examples= ['a family standing next to the ocean on a sandy beach with a surf board',
43
+ 'a group of people sitting in an audience with pen and paper',
44
+ 'a couple of cows that are in some grass'
45
  ]
46
 
47
  gr.Interface(