Spaces:
Runtime error
Runtime error
Merge branch 'main' of https://huggingface.co/spaces/tangshitao/MVDiffusion into main
Browse files
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:
|
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(
|
|
|
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()
|