Spaces:
mashroo
/
Runtime error

YoussefAnso commited on
Commit
00c2ac2
·
1 Parent(s): 3fc7370

Remove redundant information from the description in app.py for clarity

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -196,9 +196,7 @@ pipeline = TwoStagePipeline(
196
  )
197
 
198
  _DESCRIPTION = '''
199
- * Our [official implementation](https://github.com/thu-ml/CRM) uses UV texture instead of vertex color. It has better texture than this online demo.
200
- * Project page of CRM: https://ml.cs.tsinghua.edu.cn/~zhengyi/CRM/
201
- * If you find the output unsatisfying, try using different seeds:)
202
  '''
203
 
204
  with gr.Blocks() as demo:
 
196
  )
197
 
198
  _DESCRIPTION = '''
199
+ If you find the output unsatisfying, try using different seeds
 
 
200
  '''
201
 
202
  with gr.Blocks() as demo: