allknowingroger commited on
Commit
56edf97
1 Parent(s): 28c3778

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -5,15 +5,15 @@ import gradio as gr
5
  import time
6
 
7
  models =[
8
- "antikpatel128/OUTPUT_DIR",
9
  "porras/lora-trained-xl",
10
- "Yeahia/textual_inversion_cat",
11
  "puneet0609/my-pet-dog",
12
- "poctexttoimage/checking-model-1",
13
  "Yntec/DucHaiten-GoldenLife",
14
- "Yntec/GoodLife",
15
  "wavymulder/portraitplus",
16
  "Yntec/DreamWorld",
 
 
 
 
17
  ]
18
 
19
 
 
5
  import time
6
 
7
  models =[
 
8
  "porras/lora-trained-xl",
 
9
  "puneet0609/my-pet-dog",
 
10
  "Yntec/DucHaiten-GoldenLife",
 
11
  "wavymulder/portraitplus",
12
  "Yntec/DreamWorld",
13
+ "JananiReddy/my-pet-dog",
14
+ "dpreciado3/caramex-v7-sdxl",
15
+ "livingbox/incremental-test-05",
16
+ "digiplay/AingDiffusion8.17",
17
  ]
18
 
19