Spaces:
Build error
Build error
omerXfaruq
commited on
Commit
•
ee62d83
1
Parent(s):
fdd6860
Update app.py
Browse files
app.py
CHANGED
@@ -238,7 +238,7 @@ if __name__ == "__main__":
|
|
238 |
gr.inputs.Textbox(lines=1, placeholder="Title for the target space interface, ie. Title"),
|
239 |
gr.inputs.Textbox(lines=1, placeholder="Description for the target space interface, ie. Description"),
|
240 |
],
|
241 |
-
title="
|
242 |
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 my name. Finally, you can publish spaces as a clone of other spaces if you provide just a single model or space. Have fun :)",
|
243 |
outputs="text",
|
244 |
)
|
|
|
238 |
gr.inputs.Textbox(lines=1, placeholder="Title for the target space interface, ie. Title"),
|
239 |
gr.inputs.Textbox(lines=1, placeholder="Description for the target space interface, ie. Description"),
|
240 |
],
|
241 |
+
title="Model Comparator Space Builder",
|
242 |
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 my name. Finally, you can publish spaces as a clone of other spaces if you provide just a single model or space. Have fun :)",
|
243 |
outputs="text",
|
244 |
)
|