Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -98,8 +98,4 @@ gr.Interface(
|
|
| 98 |
title="🐸 Pepe Diffuser - Text-to-Image",
|
| 99 |
description=f"Générez des images personnalisées de Pepe la grenouille en utilisant le modèle Hugging Face **{MODEL_ID}**.",
|
| 100 |
allow_flagging="never",
|
| 101 |
-
examples=[
|
| 102 |
-
["pepe the frog as a medieval knight, oil painting", "blurry, low quality", 50, 7.5, 0],
|
| 103 |
-
["pepe wearing a spacesuit on the moon, hyperdetailed, 4k", "deformed, pixelated, text", 60, 9.0, 1234]
|
| 104 |
-
]
|
| 105 |
).launch()
|
|
|
|
| 98 |
title="🐸 Pepe Diffuser - Text-to-Image",
|
| 99 |
description=f"Générez des images personnalisées de Pepe la grenouille en utilisant le modèle Hugging Face **{MODEL_ID}**.",
|
| 100 |
allow_flagging="never",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 101 |
).launch()
|