shitaot commited on
Commit
4ed7887
Β·
2 Parent(s): 21e43a2 b21a6c2

Merge branch 'main' of https://huggingface.co/spaces/tangshitao/MVDiffusion into main

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -176,7 +176,7 @@ if __name__=='__main__':
176
  """)
177
  with gr.Row():
178
  gr.HTML("""
179
- <div style='text-align: center; font-size: 30px;'>
180
  <a href='https://mvdiffusion.github.io/'>Project Page</a>
181
  </div>
182
  """)
@@ -276,4 +276,4 @@ if __name__=='__main__':
276
  outputs[8].render()
277
 
278
  demo.queue()
279
- demo.launch(share=True)
 
176
  """)
177
  with gr.Row():
178
  gr.HTML("""
179
+ <div style='text-align: center; font-size: 25px;'>
180
  <a href='https://mvdiffusion.github.io/'>Project Page</a>
181
  </div>
182
  """)
 
276
  outputs[8].render()
277
 
278
  demo.queue()
279
+ demo.launch()