Update app.py
Browse files
app.py
CHANGED
|
@@ -316,6 +316,7 @@ _DESCRIPTION = '''
|
|
| 316 |
* Input can be text prompt, image.
|
| 317 |
* The currently supported multi-view diffusion models include the image-conditioned MVdream and Zero123plus, as well as the text-conditioned Imagedream.
|
| 318 |
* If you find the output unsatisfying, try using different multi-view diffusion models or seeds!
|
|
|
|
| 319 |
'''
|
| 320 |
|
| 321 |
block = gr.Blocks(title=_TITLE).queue()
|
|
|
|
| 316 |
* Input can be text prompt, image.
|
| 317 |
* The currently supported multi-view diffusion models include the image-conditioned MVdream and Zero123plus, as well as the text-conditioned Imagedream.
|
| 318 |
* If you find the output unsatisfying, try using different multi-view diffusion models or seeds!
|
| 319 |
+
* The project code is available at [https://github.com/rgxie/LDM](https://github.com/rgxie/LDM).
|
| 320 |
'''
|
| 321 |
|
| 322 |
block = gr.Blocks(title=_TITLE).queue()
|