Spaces:
Runtime error
Runtime error
testbot
commited on
Commit
·
fec80ac
1
Parent(s):
042ed31
Paste token as password field
Browse files
app.py
CHANGED
@@ -168,7 +168,7 @@ with gr.Blocks() as demo:
|
|
168 |
gr.Markdown(DESCRIPTION)
|
169 |
|
170 |
with gr.Column(scale=50):
|
171 |
-
input_token = gr.Text(max_lines=1, label="Hugging Face token")
|
172 |
input_model = gr.Text(
|
173 |
max_lines=1, label="Model id (e.g.: bigscience/bloomz-7b1)"
|
174 |
)
|
|
|
168 |
gr.Markdown(DESCRIPTION)
|
169 |
|
170 |
with gr.Column(scale=50):
|
171 |
+
input_token = gr.Text(max_lines=1, label="Hugging Face token", type="password")
|
172 |
input_model = gr.Text(
|
173 |
max_lines=1, label="Model id (e.g.: bigscience/bloomz-7b1)"
|
174 |
)
|