fffiloni commited on
Commit
aba45a8
1 Parent(s): 25ea5f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -342,7 +342,7 @@ with gr.Blocks(css=css) as demo:
342
  training_type = gr.Radio(label="Training type", choices=["style", "concept"], value="style", visible=False)
343
  b_lora_name = gr.Textbox(label="Name your B-LoRa model", placeholder="b_lora_trained_folder", visible=False)
344
  with gr.Row():
345
- instance_prompt = gr.Textbox(label="Create instance prompt", placeholder="A [v42]", visible=False)
346
  #class_prompt = gr.Textbox(label="Specify class prompt", placeholder="style | person | dog ", visible=False)
347
  training_steps = gr.Number(label="Training steps", value=1000, interactive=False, visible=False)
348
  checkpoint_step = gr.Number(label="checkpoint step", visible=False, value=500)
 
342
  training_type = gr.Radio(label="Training type", choices=["style", "concept"], value="style", visible=False)
343
  b_lora_name = gr.Textbox(label="Name your B-LoRa model", placeholder="b_lora_trained_folder", visible=False)
344
  with gr.Row():
345
+ instance_prompt = gr.Textbox(label="Create instance prompt", info="recommended standard B-LoRa is 'A [v]' format", placeholder="A [v42]", visible=False)
346
  #class_prompt = gr.Textbox(label="Specify class prompt", placeholder="style | person | dog ", visible=False)
347
  training_steps = gr.Number(label="Training steps", value=1000, interactive=False, visible=False)
348
  checkpoint_step = gr.Number(label="checkpoint step", visible=False, value=500)