Spaces:
Running
on
Zero
Running
on
Zero
update
Browse files
app.py
CHANGED
@@ -103,8 +103,8 @@ with gr.Blocks(css=css) as demo:
|
|
103 |
|
104 |
with gr.Column(elem_id="col-container"):
|
105 |
gr.Markdown(
|
106 |
-
f"""# MV-Adapter [Text-to-Multi-View]
|
107 |
-
Generate
|
108 |
Check our [project page](https://huanngzh.github.io/MV-Adapter-Page/) and [github repo](https://github.com/huanngzh/MV-Adapter) for details <br>
|
109 |
Also try our other demos: [Text-to-Multiview (General)](https://huggingface.co/spaces/VAST-AI/MV-Adapter-T2MV-SDXL) | [Text-to-Multiview (Anime)](https://huggingface.co/spaces/huanngzh/MV-Adapter-T2MV-Anime) | [Image-to-Multiview](https://huggingface.co/spaces/VAST-AI/MV-Adapter-I2MV-SDXL) <br>
|
110 |
**Tips:** please follow the prompt template in [usage-guidelines](https://huggingface.co/cagliostrolab/animagine-xl-3.1#usage-guidelines)
|
|
|
103 |
|
104 |
with gr.Column(elem_id="col-container"):
|
105 |
gr.Markdown(
|
106 |
+
f"""# MV-Adapter [Text-to-Multi-View] [Anime]
|
107 |
+
Generate anime-style multi-view images using {base_model} <br>
|
108 |
Check our [project page](https://huanngzh.github.io/MV-Adapter-Page/) and [github repo](https://github.com/huanngzh/MV-Adapter) for details <br>
|
109 |
Also try our other demos: [Text-to-Multiview (General)](https://huggingface.co/spaces/VAST-AI/MV-Adapter-T2MV-SDXL) | [Text-to-Multiview (Anime)](https://huggingface.co/spaces/huanngzh/MV-Adapter-T2MV-Anime) | [Image-to-Multiview](https://huggingface.co/spaces/VAST-AI/MV-Adapter-I2MV-SDXL) <br>
|
110 |
**Tips:** please follow the prompt template in [usage-guidelines](https://huggingface.co/cagliostrolab/animagine-xl-3.1#usage-guidelines)
|