allknowingroger commited on
Commit
e009d73
1 Parent(s): b1bcbcf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -9
app.py CHANGED
@@ -5,15 +5,17 @@ import gradio as gr
5
  import time
6
 
7
  models =[
8
- "thryyyyy/florencepadellec",
9
- "digiplay/perfectlevel10",
10
- "SaudxInu/saudxinu-man",
11
- "Davietheman/valorant-neon",
12
- "usman0007/stablediffusion",
13
- "prompthero/openjourney-v4",
14
- "dreamlike-art/dreamlike-photoreal-2.0",
15
- "Lykon/DreamShaper",
16
- "Eggsbena/model_005",
 
 
17
  ]
18
 
19
 
 
5
  import time
6
 
7
  models =[
8
+ "asmaekhald/chebakia-diffusionV2",
9
+ "rakaaa/path_to_saved_model",
10
+ "usman0007/sd-1200-200",
11
+ "hogiahien/fuwafuwamix-edited",
12
+ "yeonsikc/output64",
13
+ "yeonsikc/model_out12",
14
+ "yeonsikc/model_out",
15
+ "Yntec/sexyToons",
16
+ "cgldo/diffusionclone",
17
+ "Yntec/GalenaVAE",
18
+ "umaru97/flickr30k-lora",
19
  ]
20
 
21