allknowingroger commited on
Commit
cf3df90
·
1 Parent(s): f0cf3e5

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
- "mwiki/sd-xl-colab",
9
- "ostris/ikea-instructions-lora-sdxl",
10
- "abedsaad/lora-trained-xl-colab",
11
- "alexofntu/textual_inversion_cat",
12
- "rovi27/lora-trained-xl-colab",
13
- "Jatin7698/my-pet-dog-xzg",
14
- "Yntec/Oiran",
15
- "gbellamy/lora-trained-xl-colab_2",
16
- "AchyuthGamer/ImMagician",
17
  ]
18
 
19
 
 
5
  import time
6
 
7
  models =[
8
+ "jakub014/besen-test",
9
+ "ranajithore/stable-diffusion-v2-512px-specially-trained-for-plant-cell-structure-diagram-new",
10
+ "HANISHA-DUVVURI/my-pet-dog",
11
+ "hosnasn/ikea5",
12
+ "Rithick46/luxurious-home-interior",
13
+ "likith1503/pet-dogs",
14
+ "aneesh007/my-pet-dog",
15
+ "eswar12345/my-pet-dog",
16
+ "Cypher594/my-pet-dog",
17
  ]
18
 
19