Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
180fba5
1
Parent(s):
e5f6196
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ interface = gr.Interface(
|
|
55 |
gr.inputs.Textbox(placeholder="Write access token"),
|
56 |
gr.inputs.Dropdown(choices=["model", "dataset", "space"])
|
57 |
],
|
58 |
-
outputs=["
|
59 |
title="Duplicate your repo!",
|
60 |
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.",
|
61 |
article="<p>Find your write token at <a href='https://huggingface.co/settings/token' target='_blank'>token settings</a></p>",
|
|
|
55 |
gr.inputs.Textbox(placeholder="Write access token"),
|
56 |
gr.inputs.Dropdown(choices=["model", "dataset", "space"])
|
57 |
],
|
58 |
+
outputs=["image"],
|
59 |
title="Duplicate your repo!",
|
60 |
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.",
|
61 |
article="<p>Find your write token at <a href='https://huggingface.co/settings/token' target='_blank'>token settings</a></p>",
|