ejschwartz commited on
Commit
555a8e5
·
1 Parent(s): 56d7e86

Update README link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ demo = gr.Interface(
143
  # description=frontmatter.load("README.md").content,
144
  description="""This is a test space of the models from the [ReSym
145
  artifacts](https://github.com/lt-asset/resym). For more information, please see
146
- [the README](README.md).""",
147
  examples=examples,
148
  )
149
  demo.launch()
 
143
  # description=frontmatter.load("README.md").content,
144
  description="""This is a test space of the models from the [ReSym
145
  artifacts](https://github.com/lt-asset/resym). For more information, please see
146
+ [the README](https://huggingface.co/spaces/ejschwartz/resym/blob/main/README.md).""",
147
  examples=examples,
148
  )
149
  demo.launch()