osanseviero HF staff commited on
Commit
6691f6c
1 Parent(s): 64fdc3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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! You need to specify a write token obtained in https://hf.co/settings/tokens. This Space is a an experimental demo.",
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
  )