Spaces:
Configuration error
Configuration error
Update app.py
Browse files
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/
|
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/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 |
|