allknowingroger commited on
Commit
fbd9de7
1 Parent(s): 12fc11d

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
- "Stelath/textual_inversion_comic_strip_fp16",
9
- "Stelath/textual_inversion_comic_strip_test",
10
- "ultabeauty/sdxl-v1.0-style-look1v2-hta-1500-nomkp-v2",
11
- "TheLastBen/THE_FISH",
12
- "TheLastBen/Mushroom_Cloud_XL",
13
- "TheLastBen/Pikachu_SDXL",
14
- "rishabh063/lora-trained-xl-sneaker2",
15
- "rishabh063/lora-trained-xl-owl",
16
- "rishabh063/lora-trained-xl-monkey2",
17
  ]
18
 
19
 
 
5
  import time
6
 
7
  models =[
8
+ "Incursio/corgy_dog_LoRA",
9
+ "anjith672/pspk-high-train",
10
+ "calypso604/Gen-AI-Challenge-Info",
11
+ "dasdsff/NewMaskot1",
12
+ "nived2/rock_new",
13
+ "m7n/dataviz-sdxl-lora-001",
14
+ "Chengbin124/sd_xl_base_2.0.safetensors",
15
+ "dasdsff/Scrib2color",
16
+ "rishabh063/lora-trained-xl-dura",
17
  ]
18
 
19