huanngzh commited on
Commit
6b94c23
1 Parent(s): 88db0c4

update readme

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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