Spaces:
Runtime error
Runtime error
Commit
·
b583175
1
Parent(s):
d465e94
Update app.py
Browse files
app.py
CHANGED
@@ -273,7 +273,7 @@ with gr.Blocks() as interface:
|
|
273 |
""")
|
274 |
hf_token_input = gr.Textbox(
|
275 |
show_label=False,
|
276 |
-
placeholder="Your personal/organization Huggingface Access Token. Get it from (https://huggingface.co/settings/tokens)"
|
277 |
type="password"
|
278 |
)
|
279 |
|
|
|
273 |
""")
|
274 |
hf_token_input = gr.Textbox(
|
275 |
show_label=False,
|
276 |
+
placeholder="Your personal/organization Huggingface Access Token. Get it from (https://huggingface.co/settings/tokens)",
|
277 |
type="password"
|
278 |
)
|
279 |
|