allknowingroger commited on
Commit
72020d0
1 Parent(s): 2aea15b

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
- "artificialguybr/CuteCartoonRedmond-V2",
9
- "Yntec/3DRendering",
10
- "DARNIX/test3",
11
- "JassTxM/my-pet-dog",
12
- "vivym/chessman-sd2.1-lora-00",
13
- "Ailyth/Toro_cat",
14
- "DeadfoxX/glitch_lora",
15
- "Varnii/alex_sdxl",
16
- "artificialguybr/StoryBookRedmond-V2",
17
  ]
18
 
19
 
 
5
  import time
6
 
7
  models =[
8
+ "DARNIX/dtr2",
9
+ "artificialguybr/ColoringBookRedmond-V2",
10
+ "ramy21/braintumormodel5",
11
+ "Falah/sdlogo",
12
+ "ramy21/braintumormodel4",
13
+ "harshupanchal/my-pet-lion",
14
+ "LilyNgo/lora-trained-xl-colab",
15
+ "MdEndan/stable-diffusion-lora-fine-tuned",
16
+ "artificialguybr/TshirtDesignRedmond",
17
  ]
18
 
19