allknowingroger commited on
Commit
053290e
1 Parent(s): 3ef3d98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
app.py CHANGED
@@ -5,15 +5,15 @@ import gradio as gr
5
  import time
6
 
7
  models =[
8
- "paths1551/surface-fall",
9
- "MightyDuckk/lora-trained-xl-colab",
10
- "milaidy/rainerr",
11
- "milaidy/danielll",
12
- "milaidy/harveyy",
13
- "ssarae/dreambooth_elmo",
14
- "Leekp/toonmaker6",
15
- "hosnasn/hosnasn-tannaz-reza",
16
- "ssarae/dreambooth_kuromi",
17
  ]
18
 
19
 
 
5
  import time
6
 
7
  models =[
8
+ "Yntec/dosmixVAE",
9
+ "RadonDong/white_BRCA_withnocancer_formalin",
10
+ "oshita-n/textual_inversion_10",
11
+ "oshita-n/textual_inversion_9",
12
+ "oshita-n/textual_inversion_8",
13
+ "oshita-n/textual_inversion_7",
14
+ "oshita-n/textual_inversion_6",
15
+ "flobbit/monster-cars-sdxl-lora",
16
+ "Yntec/Cetus",
17
  ]
18
 
19