Spaces:
Build error
Build error
Update app.py
Browse files
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(
|