Xenova HF staff commited on
Commit
27042a6
1 Parent(s): 6fcf655

Fix typo "sprirt" -> "spirit"

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 sprirt of a Tamagotchi wandering in the city of Los Angeles",
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