Commit
•
3608299
1
Parent(s):
141e676
Update app.py
Browse files
app.py
CHANGED
@@ -534,7 +534,7 @@ with gr.Blocks(css=css) as demo:
|
|
534 |
perc_txt_encoder = gr.Number(label="Percentage of the training steps the text-encoder should be trained as well", value=30)
|
535 |
|
536 |
with gr.Box(visible=False) as training_summary:
|
537 |
-
training_summary_text = gr.HTML("", visible=
|
538 |
is_advanced_visible = True if is_spaces else False
|
539 |
training_summary_checkbox = gr.Checkbox(label="Automatically remove paid GPU attribution and upload model to the Hugging Face Hub after training", value=False, visible=is_advanced_visible)
|
540 |
training_summary_model_name = gr.Textbox(label="Name of your model", visible=False)
|
|
|
534 |
perc_txt_encoder = gr.Number(label="Percentage of the training steps the text-encoder should be trained as well", value=30)
|
535 |
|
536 |
with gr.Box(visible=False) as training_summary:
|
537 |
+
training_summary_text = gr.HTML("", visible=True, label="Training Summary")
|
538 |
is_advanced_visible = True if is_spaces else False
|
539 |
training_summary_checkbox = gr.Checkbox(label="Automatically remove paid GPU attribution and upload model to the Hugging Face Hub after training", value=False, visible=is_advanced_visible)
|
540 |
training_summary_model_name = gr.Textbox(label="Name of your model", visible=False)
|