GoGma commited on
Commit
be6b42a
·
verified ·
1 Parent(s): 9b36676

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="black-forest-labs/FLUX.1-schnell" # Forzamos el modelo gratuito
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