sasha HF staff commited on
Commit
f4e3aa1
1 Parent(s): f0fb260

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -279,14 +279,11 @@ with gr.Blocks(css=css) as demo:
279
  </h1>
280
  <p style='text-align: center;'>
281
  Tell the AI the story of your first insect encounter and it will generate an image to illustrate it!
282
- Raconte à l'IA l'histoire de ta première rencontre avec les insectes et ça va génerer une image pour l'illustrer!
283
  </p>
284
 
285
  <p style='text-align: center;'>
286
- This demo uses [Whisper](https://huggingface.co/openai/whisper-small) to transcribe your story and [Stable Diffusion v 1.4](https://huggingface.co/CompVis/stable-diffusion-v1-4) to illustrate it.
287
- Cette démonstration utilise [Whisper](https://huggingface.co/openai/whisper-small) pour transcrire ton histoire et [Stable Diffusion v 1.4](https://huggingface.co/CompVis/stable-diffusion-v1-4) pour l'illustrer.
288
- </p>
289
-
290
  ''')
291
  # with gr.Row(elem_id="w2sd_container"):
292
  # with gr.Column():
 
279
  </h1>
280
  <p style='text-align: center;'>
281
  Tell the AI the story of your first insect encounter and it will generate an image to illustrate it!
282
+
283
  </p>
284
 
285
  <p style='text-align: center;'>
286
+ Raconte à l'IA l'histoire de ta première rencontre avec les insectes et ça va génerer une image pour l'illustrer! </p>
 
 
 
287
  ''')
288
  # with gr.Row(elem_id="w2sd_container"):
289
  # with gr.Column():