Spaces:
Runtime error
Runtime error
update readme
Browse files
app.py
CHANGED
|
@@ -105,7 +105,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 105 |
gr.Markdown(
|
| 106 |
f"""# MV-Adapter [Text-to-Multi-View]
|
| 107 |
Generate 768x768 multi-view images using {base_model} <br>
|
| 108 |
-
[[page](https://huanngzh.github.io/MV-Adapter-Page/)] [[repo](https://github.com/huanngzh/MV-Adapter)]
|
| 109 |
"""
|
| 110 |
)
|
| 111 |
|
|
|
|
| 105 |
gr.Markdown(
|
| 106 |
f"""# MV-Adapter [Text-to-Multi-View]
|
| 107 |
Generate 768x768 multi-view images using {base_model} <br>
|
| 108 |
+
[[page](https://huanngzh.github.io/MV-Adapter-Page/)] [[repo](https://github.com/huanngzh/MV-Adapter)] [Tips: please follow the prompt template in [usage-guidelines](https://huggingface.co/cagliostrolab/animagine-xl-3.1#usage-guidelines)]
|
| 109 |
"""
|
| 110 |
)
|
| 111 |
|