Sreerama commited on
Commit
f77ef9b
1 Parent(s): b672101

update instructions

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -473,10 +473,10 @@ with gr.Blocks(css=css) as demo:
473
  #Very hacky approach to emulate dynamically created Gradio components
474
  with gr.Row() as upload_your_concept:
475
  with gr.Column():
476
- thing_description = gr.Markdown("You are going to train an `object`, please upload 5-10 images of the object you are planning on training on from different angles/perspectives. You must have the right to do so and you are liable for the images you use, example")
477
  thing_experimental = gr.Checkbox(label="Improve faces (prior preservation) - can take longer training but can improve faces", visible=False, value=False)
478
  thing_image_example = gr.HTML('''<img src="file/cat-toy.png" />''')
479
- 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.: `cttoy` here). Images will be automatically cropped to 512x512.")
480
 
481
  with gr.Column():
482
  with gr.Row() as what_are_you_training:
 
473
  #Very hacky approach to emulate dynamically created Gradio components
474
  with gr.Row() as upload_your_concept:
475
  with gr.Column():
476
+ thing_description = gr.Markdown("You are going to train an object or style, please upload 10-20 images of the object you are planning on training on from different angles/perspectives. You must have the right to do so and you are liable for the images you use, example")
477
  thing_experimental = gr.Checkbox(label="Improve faces (prior preservation) - can take longer training but can improve faces", visible=False, value=False)
478
  thing_image_example = gr.HTML('''<img src="file/cat-toy.png" />''')
479
+ 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.: `fantasy_world` here). Images will be automatically cropped to 512x512.")
480
 
481
  with gr.Column():
482
  with gr.Row() as what_are_you_training: