allknowingroger commited on
Commit
c7b2202
1 Parent(s): 2557726

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -10
app.py CHANGED
@@ -5,16 +5,15 @@ import gradio as gr
5
  import time
6
 
7
  models =[
8
- "kubanemil/AnyLORA",
9
- "eimiss/EimisAnimeDiffusion_1.0v",
10
- "DucHaiten/DucHaitenAnime",
11
- "prompthero/openjourney-v4",
12
- "aipicasso/picasso-diffusion-1-1",
13
- "lambdalabs/sd-naruto-diffusers",
14
- "lambdalabs/sd-pokemon-diffusers",
15
- "lambdalabs/dreambooth-avatar",
16
- "digiplay/YabaLMixTrue25D_V2.0",
17
- "treksis/bk-sdm-small",
18
  ]
19
 
20
 
 
5
  import time
6
 
7
  models =[
8
+ "Johnkimmyshinmmy/train_lora",
9
+ "Johnkimmyshinmmy/c",
10
+ "Govern/textual_inversion_airplane",
11
+ "Govern/textual_inversion_nailong",
12
+ "zac/zac",
13
+ "Revanthraja/Fashiondress",
14
+ "RadonDong/test1233",
15
+ "cedric7ginobili/margaux",
16
+ "Johnkimmyshinmmy/b",
 
17
  ]
18
 
19