update url to tokens page
Browse files
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/
|
71 |
-
article="<p>Find your write token at <a href='https://huggingface.co/settings/
|
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 |
)
|