ahmedghani commited on
Commit
b583175
·
1 Parent(s): d465e94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -273,7 +273,7 @@ with gr.Blocks() as interface:
273
  """)
274
  hf_token_input = gr.Textbox(
275
  show_label=False,
276
- placeholder="Your personal/organization Huggingface Access Token. Get it from (https://huggingface.co/settings/tokens)"
277
  type="password"
278
  )
279
 
 
273
  """)
274
  hf_token_input = gr.Textbox(
275
  show_label=False,
276
+ placeholder="Your personal/organization Huggingface Access Token. Get it from (https://huggingface.co/settings/tokens)",
277
  type="password"
278
  )
279