Spaces:
Build error
Build error
Commit
·
671f3bb
1
Parent(s):
b8ac61b
Description refactoring
Browse files
app.py
CHANGED
|
@@ -237,7 +237,7 @@ if __name__ == "__main__":
|
|
| 237 |
gr.inputs.Textbox(lines=1, placeholder="Description for the target space interface, ie. Description"),
|
| 238 |
],
|
| 239 |
title="Space that builds another Space",
|
| 240 |
-
description="I can create another space which will compare the spaces you provide to me",
|
| 241 |
outputs="text",
|
| 242 |
)
|
| 243 |
iface.launch()
|
|
|
|
| 237 |
gr.inputs.Textbox(lines=1, placeholder="Description for the target space interface, ie. Description"),
|
| 238 |
],
|
| 239 |
title="Space that builds another Space",
|
| 240 |
+
description="I can create another space which will compare the models or spaces you provide to me",
|
| 241 |
outputs="text",
|
| 242 |
)
|
| 243 |
iface.launch()
|