anzorq commited on
Commit
11d3dcc
1 Parent(s): ca64353

Update app.py

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