huanngzh commited on
Commit
6941e99
1 Parent(s): de544c4

update README

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -116,7 +116,9 @@ with gr.Blocks() as demo:
116
  gr.Markdown(
117
  f"""# MV-Adapter [Image-to-Multi-View]
118
  Generate 768x768 multi-view images from a single image using SDXL <br>
119
- [[page](https://huanngzh.github.io/MV-Adapter-Page/)] [[repo](https://github.com/huanngzh/MV-Adapter)] [Tips: if error occurs, wait for a few seconds and try again]
 
 
120
  """
121
  )
122
 
 
116
  gr.Markdown(
117
  f"""# MV-Adapter [Image-to-Multi-View]
118
  Generate 768x768 multi-view images from a single image using SDXL <br>
119
+ Check our [project page](https://huanngzh.github.io/MV-Adapter-Page/) and [github repo](https://github.com/huanngzh/MV-Adapter) for details <br>
120
+ 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>
121
+ **Tips:** if error occurs, wait for a few seconds and try again
122
  """
123
  )
124