Spaces:
Runtime error
Runtime error
Commit
•
b7a479f
1
Parent(s):
6fcf655
Fix typo "sprirt" -> "spirit" (#13)
Browse files- Fix typo "sprirt" -> "spirit" (27042a6e5ed00a9975ff36db69e7a87128f60427)
Co-authored-by: Joshua <Xenova@users.noreply.huggingface.co>
app.py
CHANGED
@@ -144,7 +144,7 @@ def generate(
|
|
144 |
examples = [
|
145 |
"An astronaut riding a green horse",
|
146 |
"A mecha robot in a favela by Tarsila do Amaral",
|
147 |
-
"The
|
148 |
"A delicious feijoada ramen dish"
|
149 |
]
|
150 |
|
|
|
144 |
examples = [
|
145 |
"An astronaut riding a green horse",
|
146 |
"A mecha robot in a favela by Tarsila do Amaral",
|
147 |
+
"The spirit of a Tamagotchi wandering in the city of Los Angeles",
|
148 |
"A delicious feijoada ramen dish"
|
149 |
]
|
150 |
|