Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -208,7 +208,7 @@ with gr.Blocks(css=css) as demo:
|
|
208 |
with gr.Column():
|
209 |
training_type = gr.Radio(label="Training type", choices=["style", "concept"], value="style")
|
210 |
b_lora_name = gr.Textbox(label="Name your B-LoRa model", placeholder="b_lora_trained_folder")
|
211 |
-
instance_prompt = gr.Textbox(label="Create instance prompt", placeholder="[v42]")
|
212 |
training_steps = gr.Number(label="Training steps", value=1000, interactive=False)
|
213 |
checkpoint_step = gr.Number(label="checkpoint step", visible=False, value=500)
|
214 |
train_btn = gr.Button("Train B-LoRa")
|
|
|
208 |
with gr.Column():
|
209 |
training_type = gr.Radio(label="Training type", choices=["style", "concept"], value="style")
|
210 |
b_lora_name = gr.Textbox(label="Name your B-LoRa model", placeholder="b_lora_trained_folder")
|
211 |
+
instance_prompt = gr.Textbox(label="Create instance prompt", placeholder="A [v42]")
|
212 |
training_steps = gr.Number(label="Training steps", value=1000, interactive=False)
|
213 |
checkpoint_step = gr.Number(label="checkpoint step", visible=False, value=500)
|
214 |
train_btn = gr.Button("Train B-LoRa")
|