allknowingroger commited on
Commit
95c327f
·
1 Parent(s): af3125c

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
- "LinoyTsaban/lora-xl-graffiti-0.0001-5e-05-1000-1-5",
9
- "krishi/weights",
10
- "Yanmam/drem5",
11
- "kingrabbit911/lora-trained-xl",
12
- "amongey/egyptian-movie-vintage-posters",
13
- "acondess/lineart",
14
- "fan4545/model",
15
- "AnubhutiN/fashion_diffusion_1.0",
16
- "Muhammadreza/mann-e-artistic-2-revised-2",
17
- "artificialguybr/StoryBookRedmond",
18
  ]
19
 
20
 
 
5
  import time
6
 
7
  models =[
8
+ "LinoyTsaban/lora-xl-graffiti-0.0001-5e-05-1000-1-None",
9
+ "Muhammadreza/mann-e-artistic-1-revised",
10
+ "digiplay/asyncsMIX_v2",
11
+ "ahmedghani/lora-trained-xl-colab",
12
+ "ahmedghani/lora-trained-xl-colab-500",
13
+ "kyle0/lora-trained-xl-colab",
14
+ "Shashi598/ouka_star",
15
+ "digiplay/fantexi_v0.9",
16
+ "Muhammadreza/mann-e-artistic-1-revised-2",
 
17
  ]
18
 
19