rgxie commited on
Commit
8c61473
·
verified ·
1 Parent(s): 3e6dbff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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()