gokaygokay commited on
Commit
853dea9
1 Parent(s): 00ef2fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -155,7 +155,11 @@ with gr.Blocks(theme='bethecloud/storj_theme') as demo:
155
  gr.HTML("""
156
  <h1 align="center">Pony Realism v21 SDXL - Text-to-Image Generation</h1>
157
  <p align="center">
158
- <a href="https://huggingface.co/John6666/pony-realism-v21main-sdxl/" target="_blank">[Model Page]</a>
 
 
 
 
159
  </p>
160
  """)
161
 
 
155
  gr.HTML("""
156
  <h1 align="center">Pony Realism v21 SDXL - Text-to-Image Generation</h1>
157
  <p align="center">
158
+ <a href="https://huggingface.co/John6666/pony-realism-v21main-sdxl/" target="_blank">[HF Model Page]</a>
159
+ <a href="https://civitai.com/models/372465/pony-realism" target="_blank">[civitai Model Page]</a>
160
+ <a href="https://huggingface.co/microsoft/Florence-2-base" target="_blank">[Florence-2 Model]</a>
161
+ <a href="https://huggingface.co/gokaygokay/Lamini-Prompt-Enchance-Long" target="_blank">[Prompt Enhancer Long]</a>
162
+ <a href="https://huggingface.co/gokaygokay/Lamini-Prompt-Enchance" target="_blank">[Prompt Enhancer Medium]</a>
163
  </p>
164
  """)
165