Commit
·
00c2ac2
1
Parent(s):
3fc7370
Remove redundant information from the description in app.py for clarity
Browse files
app.py
CHANGED
@@ -196,9 +196,7 @@ pipeline = TwoStagePipeline(
|
|
196 |
)
|
197 |
|
198 |
_DESCRIPTION = '''
|
199 |
-
|
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:
|