tiny tweak
Browse files
app.py
CHANGED
|
@@ -73,7 +73,7 @@ interface = gr.Interface(
|
|
| 73 |
],
|
| 74 |
title="Duplicate your repo!",
|
| 75 |
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.",
|
| 76 |
-
article="<p>Find your write token at <a href='https://huggingface.co/settings/tokens' target='_blank'>
|
| 77 |
allow_flagging="never",
|
| 78 |
live=False,
|
| 79 |
)
|
|
|
|
| 73 |
],
|
| 74 |
title="Duplicate your repo!",
|
| 75 |
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.",
|
| 76 |
+
article="<p>Find your write token at <a href='https://huggingface.co/settings/tokens' target='_blank'>token settings</a></p>",
|
| 77 |
allow_flagging="never",
|
| 78 |
live=False,
|
| 79 |
)
|