osanseviero
commited on
Commit
•
6691f6c
1
Parent(s):
64fdc3c
Update app.py
Browse files
app.py
CHANGED
@@ -52,8 +52,7 @@ interface = gr.Interface(
|
|
52 |
gr.Image(show_label=False),
|
53 |
],
|
54 |
title="Duplicate your repo!",
|
55 |
-
description="Duplicate a Hugging Face repository!
|
56 |
-
article="<p>Find your write token at <a href='https://huggingface.co/settings/tokens' target='_blank'>token settings</a></p>",
|
57 |
allow_flagging="never",
|
58 |
live=False
|
59 |
)
|
|
|
52 |
gr.Image(show_label=False),
|
53 |
],
|
54 |
title="Duplicate your repo!",
|
55 |
+
description="Duplicate a Hugging Face repository! This Space is a an experimental demo.",
|
|
|
56 |
allow_flagging="never",
|
57 |
live=False
|
58 |
)
|