anzorq commited on
Commit
ca64353
1 Parent(s): e4f8e49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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: