allknowingroger commited on
Commit
ca3d28e
1 Parent(s): a6a9349

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -10
app.py CHANGED
@@ -5,16 +5,16 @@ import gradio as gr
5
  import time
6
 
7
  models =[
8
- "stillerman/trdne-smol-simple",
9
- "stillerman/trdne-smol",
10
- "stephanebhiri/lora-trained-xl-colab-stpCSmith2",
11
- "Seooooooogi/outputs",
12
- "stephanebhiri/lora-trained-xl-colab-stpCSmith",
13
- "camus-ng/lora-trained-xl-cory-8",
14
- "Yanmam/ma4",
15
- "hhhtc/yokai_v2",
16
- "msh1031/wafer-cmsc",
17
- "Seooooooogi/version_2",
18
  ]
19
 
20
 
 
5
  import time
6
 
7
  models =[
8
+ "stephanebhiri/lora-trained-xl-colab-stpJDepp2",
9
+ "stephanebhiri/lora-trained-xl-colab-stpJDepp1",
10
+ "stephanebhiri/lora-trained-xl-colab-stp22",
11
+ "stephanebhiri/lora-trained-xl-colab-stp24",
12
+ "frknayk/cartoon-blip-captions-model",
13
+ "msh1031/wafer-thnn",
14
+ "DveloperY0115/shapenet_chair_dreambooth",
15
+ "DveloperY0115/pokemon-lora",
16
+ "Akbartus/Lora360",
17
+ "Yanmam/pw5",
18
  ]
19
 
20