Spaces:
Runtime error
Runtime error
updated requirements
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ with gradio_app:
|
|
92 |
gr.HTML(
|
93 |
"""
|
94 |
<h1 style='text-align: center'>
|
95 |
-
Demo of new view generation with
|
96 |
</h1>
|
97 |
""")
|
98 |
with gr.Row():
|
|
|
92 |
gr.HTML(
|
93 |
"""
|
94 |
<h1 style='text-align: center'>
|
95 |
+
Demo of new view generation with <a href='https://huggingface.co/stabilityai/stable-zero123' target='_blank'>Stable-Zero123</a> implemented in <a href='https://huggingface.co/ashawkey/stable-zero123-diffusers' target='_blank'>stable-zero123-diffusers</a>
|
96 |
</h1>
|
97 |
""")
|
98 |
with gr.Row():
|