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