Spaces:
AP123
/
Configuration error

AP123 commited on
Commit
6109f20
1 Parent(s): 60f83ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -475,7 +475,13 @@ with gr.Blocks(css=css) as demo:
475
  #Very hacky approach to emulate dynamically created Gradio components
476
  with gr.Column() as upload_your_concept:
477
  with gr.Column():
478
- thing_description = gr.Markdown("Choose 10-20 photos of yourself, your partner, or your pet (e.g. a dog or cat) to use as input for the AI avatar generator. The AI will then create personalized avatars that look like you in any style you prefer!")
 
 
 
 
 
 
479
  thing_experimental = gr.Checkbox(label="Improve faces (prior preservation) - can take longer training but can improve faces", visible=False, value=False)
480
  thing_image_example = gr.HTML('''<div style="display:flex;justify-content:center"><img src="file/cat-toy.png" /></div>''')
481
  things_naming = gr.Markdown("You should name your concept with a unique made up word that has low chance of the model already knowing it (e.g.: `name1` here). Images will be automatically cropped to 512x512.")
 
475
  #Very hacky approach to emulate dynamically created Gradio components
476
  with gr.Column() as upload_your_concept:
477
  with gr.Column():
478
+ thing_description = gr.Markdown("Choose 10 photos of yourself, your partner, or your pet (e.g. a dog or cat) to use as input for the AI avatar generator.The AI will then create personalized avatars that look like you in any style you prefer!")
479
+ thing_description = gr.Markdown("Steps:")
480
+ thing_description = gr.Markdown("1) Attribute a GPU in the settings tab ⚙️")
481
+ thing_description = gr.Markdown("2) Get 10 photos of yourself with no other people in the background 📷")
482
+ thing_description = gr.Markdown("3) Upload those photos below 🎞️")
483
+ thing_description = gr.Markdown("4) Run the training 🏃‍♀️")
484
+ thing_description = gr.Markdown("5) flex on social media 💪")
485
  thing_experimental = gr.Checkbox(label="Improve faces (prior preservation) - can take longer training but can improve faces", visible=False, value=False)
486
  thing_image_example = gr.HTML('''<div style="display:flex;justify-content:center"><img src="file/cat-toy.png" /></div>''')
487
  things_naming = gr.Markdown("You should name your concept with a unique made up word that has low chance of the model already knowing it (e.g.: `name1` here). Images will be automatically cropped to 512x512.")