Spaces:
Build error
Build error
Commit
·
7bd1a2a
1
Parent(s):
d5280f9
Update app.py
Browse files
app.py
CHANGED
@@ -244,6 +244,6 @@ if __name__ == "__main__":
|
|
244 |
title="Model Comparator Space Builder",
|
245 |
description="I 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). Finally, you can publish spaces as a clone of other spaces if you provide just a single model or space. Have fun :)",
|
246 |
outputs=gr.outputs.HTML(label="URL"),
|
247 |
-
examples= [["spaces/deepklarity/poster2plot \nmodels/gpt2", "", "example-name", "example-description"]],
|
248 |
)
|
249 |
iface.launch()
|
|
|
244 |
title="Model Comparator Space Builder",
|
245 |
description="I 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). Finally, you can publish spaces as a clone of other spaces if you provide just a single model or space. Have fun :)",
|
246 |
outputs=gr.outputs.HTML(label="URL"),
|
247 |
+
examples= [["spaces/deepklarity/poster2plot \nmodels/gpt2", "", "example-name", "example-title", "example-description"]],
|
248 |
)
|
249 |
iface.launch()
|