Spaces:
Sleeping
Sleeping
Commit
·
55167c7
1
Parent(s):
903f407
README
Browse files
app.py
CHANGED
@@ -145,7 +145,11 @@ demo = gr.Interface(
|
|
145 |
# description=frontmatter.load("README.md").content,
|
146 |
description="""This is a test space of the models from the [ReSym
|
147 |
artifacts](https://github.com/lt-asset/resym). For more information, please see
|
148 |
-
[the
|
|
|
|
|
|
|
|
|
149 |
examples=examples,
|
150 |
)
|
151 |
demo.launch()
|
|
|
145 |
# description=frontmatter.load("README.md").content,
|
146 |
description="""This is a test space of the models from the [ReSym
|
147 |
artifacts](https://github.com/lt-asset/resym). For more information, please see
|
148 |
+
[the
|
149 |
+
README](https://huggingface.co/spaces/ejschwartz/resym/blob/main/README.md). If
|
150 |
+
you get an error, please make sure the [ReSym field helper
|
151 |
+
space](https://huggingface.co/spaces/ejschwartz/resym-field-helper) is
|
152 |
+
running.""",
|
153 |
examples=examples,
|
154 |
)
|
155 |
demo.launch()
|