Spaces:
AP123
/
Configuration error

AP123 commited on
Commit
1b1c4b7
1 Parent(s): 45cc1e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -481,7 +481,7 @@ with gr.Blocks(css=css) as demo:
481
  thing_description = gr.Markdown("4) Set your custom prompt as 'name1' and run the training 🏃‍♀️")
482
  thing_description = gr.Markdown("5) Test your prompts and flex on social media 💪")
483
  thing_experimental = gr.Checkbox(label="Improve faces (prior preservation) - can take longer training but can improve faces", visible=False, value=False)
484
- thing_image_example = gr.HTML('''<div style="display:flex;justify-content:center"><img src="file/sofia.png" /></div>''')
485
  things_naming = gr.Markdown("When naming your custom prompt use a made up word that has low chance of the model already knowing it (e.g.: `name1` here). Images will be automatically cropped to 512x512.")
486
 
487
 
 
481
  thing_description = gr.Markdown("4) Set your custom prompt as 'name1' and run the training 🏃‍♀️")
482
  thing_description = gr.Markdown("5) Test your prompts and flex on social media 💪")
483
  thing_experimental = gr.Checkbox(label="Improve faces (prior preservation) - can take longer training but can improve faces", visible=False, value=False)
484
+ thing_image_example = gr.HTML('''<div style="display:flex;justify-content:center"><img src="file/lebron1.png" /></div>''')
485
  things_naming = gr.Markdown("When naming your custom prompt use a made up word that has low chance of the model already knowing it (e.g.: `name1` here). Images will be automatically cropped to 512x512.")
486
 
487