Spaces:
Runtime error
Runtime error
Commit
·
d465e94
1
Parent(s):
2fcfaa8
Update app.py
Browse files
app.py
CHANGED
@@ -273,6 +273,7 @@ with gr.Blocks() as interface:
|
|
273 |
""")
|
274 |
hf_token_input = gr.Textbox(
|
275 |
show_label=False,
|
|
|
276 |
type="password"
|
277 |
)
|
278 |
|
|
|
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 |
|