Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
283 |
</p>
|
284 |
|
285 |
<p style='text-align: center;'>
|
286 |
-
|
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():
|