Spaces:
Build error
Build error
omerXfaruq
commited on
Commit
•
5bd0447
1
Parent(s):
d85840f
add a new line in decription
Browse files
app.py
CHANGED
@@ -243,7 +243,7 @@ if __name__ == "__main__":
|
|
243 |
gr.inputs.Textbox(lines=1, placeholder="Description for the target space interface, ie. Description"),
|
244 |
],
|
245 |
title="Model Comparator Space Builder",
|
246 |
-
description="Welcome
|
247 |
outputs=gr.outputs.HTML(label="URL"),
|
248 |
examples= [["models/gpt2-large \nmodels/gpt2", "", "example-name", "example-title", "example-description"]],
|
249 |
)
|
|
|
243 |
gr.inputs.Textbox(lines=1, placeholder="Description for the target space interface, ie. Description"),
|
244 |
],
|
245 |
title="Model Comparator Space Builder",
|
246 |
+
description="Welcome 🤗'\'can create a comparative space which will compare the models and/or spaces you provide to me. You can get your HF Write Token from [here](https://huggingface.co/settings/tokens). If you leave HF Token input empty, the space will release under the author's account, [farukozderim](https://huggingface.co/farukozderim). Finally, you can publish spaces as a clone of other spaces if you provide just a single model or space. Have fun :)",
|
247 |
outputs=gr.outputs.HTML(label="URL"),
|
248 |
examples= [["models/gpt2-large \nmodels/gpt2", "", "example-name", "example-title", "example-description"]],
|
249 |
)
|