p1atdev commited on
Commit
920dd99
1 Parent(s): 67ef2c1

chore: add links to the models

Browse files
Files changed (1) hide show
  1. app.py +7 -2
app.py CHANGED
@@ -225,8 +225,13 @@ def parse_upsampling_output(
225
  def description_ui():
226
  gr.Markdown(
227
  """
228
- # Danbooru Tags Transformer V2 Demo
229
- """
 
 
 
 
 
230
  )
231
 
232
 
 
225
  def description_ui():
226
  gr.Markdown(
227
  """
228
+ # Danbooru Tags Transformer V2 Demo
229
+
230
+ Models:
231
+ - [dart-v2-moe-sft](https://huggingface.co/p1atdev/dart-v2-moe-sft) (Mixtral architecture)
232
+ - [dart-v2-sft](https://huggingface.co/p1atdev/dart-v2-moe-2) (Mistral architecture)
233
+ - [Animagine XL v3.1](https://huggingface.co/cagliostrolab/animagine-xl-3.1) (Image generation model)
234
+ """
235
  )
236
 
237