multimodalart HF staff Xenova HF staff commited on
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>

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