Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ with gr.Blocks() as demo:
|
|
113 |
max_lines=1,
|
114 |
type="password",
|
115 |
label="Enter your Hugging Face token",
|
116 |
-
placeholder="READ permission is
|
117 |
)
|
118 |
gr.Markdown("You can get a token [here](https://huggingface.co/settings/tokens)")
|
119 |
with gr.Group(visible=False) as group_model:
|
|
|
113 |
max_lines=1,
|
114 |
type="password",
|
115 |
label="Enter your Hugging Face token",
|
116 |
+
placeholder="READ permission is sufficient"
|
117 |
)
|
118 |
gr.Markdown("You can get a token [here](https://huggingface.co/settings/tokens)")
|
119 |
with gr.Group(visible=False) as group_model:
|