allknowingroger commited on
Commit
a4a81f5
1 Parent(s): 659a8cc

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
- "8glabs/lyf-character-sdxl-lora",
9
- "8glabs/lyf-sdxl-lora",
10
- "linoyts/2000_ads_micro",
11
- "linoyts/2000_ads_offset_noise_micro",
12
- "Grekkla/MedChmtsStyleLORA",
13
- "shantanudave/dreambooth2",
14
- "alia1/corgy_crowdqueue_LoRA",
15
- "8glabs/3d-icon-sdxl-lora",
16
- "8glabs/lora-trained-xl-colab",
17
  ]
18
 
19
 
 
5
  import time
6
 
7
  models =[
8
+ "graizelle/phee_1",
9
+ "graizelle/phee_3",
10
+ "sessex/mm-tabi-whitebg_LoRA",
11
+ "masayakirishima/rikuto",
12
+ "linoyts/2000_ads_linoy_multi",
13
+ "eigh8skillz/southzulumodel",
14
+ "computational-mama/david-and-the-forest",
15
+ "ledu1017/cartoon",
16
+ "justswim/lnmdlsktchfsh-model",
17
  ]
18
 
19