Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ def crear_foto(style, custom_text):
|
|
| 18 |
|
| 19 |
img, status = generate_image_from_prompt(
|
| 20 |
prompt=final_prompt,
|
| 21 |
-
model_name="
|
| 22 |
)
|
| 23 |
return img, status
|
| 24 |
|
|
|
|
| 18 |
|
| 19 |
img, status = generate_image_from_prompt(
|
| 20 |
prompt=final_prompt,
|
| 21 |
+
model_name="SG161222/RealVisXL_V4.0_Lightning"
|
| 22 |
)
|
| 23 |
return img, status
|
| 24 |
|