julien-c HF staff commited on
Commit
6e29aba
1 Parent(s): 7f68ab2

update url to tokens page

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -67,8 +67,8 @@ interface = gr.Interface(
67
  ],
68
  outputs=["html", "image"] ,
69
  title="Duplicate your repo!",
70
- description="Duplicate a Hugging Face repository! You need to specify a write token obtained in https://hf.co/settings/token. This Space is a an experimental demo.",
71
- article="<p>Find your write token at <a href='https://huggingface.co/settings/token' target='_blank'>token settings</a></p>",
72
  allow_flagging=False,
73
  live=False,
74
  )
67
  ],
68
  outputs=["html", "image"] ,
69
  title="Duplicate your repo!",
70
+ description="Duplicate a Hugging Face repository! You need to specify a write token obtained in https://hf.co/settings/tokens. This Space is a an experimental demo.",
71
+ article="<p>Find your write token at <a href='https://huggingface.co/settings/tokens' target='_blank'>tokens settings</a></p>",
72
  allow_flagging=False,
73
  live=False,
74
  )