Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
82cf36d
1
Parent(s):
0e3b560
Update app.py
Browse files
app.py
CHANGED
@@ -700,7 +700,7 @@ To improve the quality of your outputs, you can add a custom caption for each im
|
|
700 |
label="Dataloader num workers", value=0, minimum=0, maximum=64
|
701 |
)
|
702 |
local_rank = gr.Number(label="local_rank", value=-1)
|
703 |
-
token = gr.Textbox(label="Your Hugging Face write token", info="A Hugging Face write token you can obtain on the settings page.")
|
704 |
start = gr.Button("Start training", visible=False)
|
705 |
progress_area = gr.HTML()
|
706 |
output_components.insert(1, advanced)
|
|
|
700 |
label="Dataloader num workers", value=0, minimum=0, maximum=64
|
701 |
)
|
702 |
local_rank = gr.Number(label="local_rank", value=-1)
|
703 |
+
token = gr.Textbox(label="Your Hugging Face write token", info="A Hugging Face write token you can obtain on the [settings page](#).")
|
704 |
start = gr.Button("Start training", visible=False)
|
705 |
progress_area = gr.HTML()
|
706 |
output_components.insert(1, advanced)
|