Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1224,7 +1224,7 @@ with gr.Blocks(css=css, title="ASR Dataset Labeling Tool") as demo:
|
|
1224 |
|
1225 |
with gr.Column(visible=True, elem_id="login_container") as login_container:
|
1226 |
gr.Markdown("## HF Authentication")
|
1227 |
-
hf_token_input = gr.Textbox(label="Hugging Face Token", type="password", value=
|
1228 |
login_button = gr.Button("Login")
|
1229 |
login_message = gr.Markdown("")
|
1230 |
|
|
|
1224 |
|
1225 |
with gr.Column(visible=True, elem_id="login_container") as login_container:
|
1226 |
gr.Markdown("## HF Authentication")
|
1227 |
+
hf_token_input = gr.Textbox(label="Hugging Face Token", type="password", value="")
|
1228 |
login_button = gr.Button("Login")
|
1229 |
login_message = gr.Markdown("")
|
1230 |
|