allknowingroger commited on
Commit
86c6c98
1 Parent(s): 053290e

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
- "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
 
 
5
  import time
6
 
7
  models =[
8
+ "oshita-n/textual_inversion_2",
9
+ "Daniil-plotnikov/realsim-diffusion-v2",
10
+ "Abinjacob/my-pet-cat-es",
11
+ "Yntec/elldrethSLucidMix",
12
+ "tangjs/moxin-test",
13
+ "Gurusha/sd-hand-model-lora-sdxl",
14
+ "oshita-n/textual_inversion_5",
15
+ "manojpreveen/agpu",
16
+ "anupamtripathi/oreo_sd_xl",
17
  ]
18
 
19