allknowingroger commited on
Commit
cc20c55
1 Parent(s): c511c3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -5,15 +5,15 @@ import gradio as gr
5
  import time
6
 
7
  models =[
8
- "MakAttack/TestingBatchSize2",
9
- "MakAttack/TestingBatchSize1",
10
- "MakAttack/dog",
11
  "frankmoire/nyjha",
12
- "jason1i/stable-diffusion-v1-5-pokemon-lora",
13
  "Devil2D2/Model_anything_diffusers",
14
  "Yntec/AbsoluteRemix",
15
  "ranajithore/stable-diffusion-v2-1-trained-for-plant-cell-structure-diagram-without-captions-new",
16
- "MakAttack/automaticTesting",
17
  ]
18
 
19
 
 
5
  import time
6
 
7
  models =[
8
+ "niyala/my-pet-dog-xzg",
9
+ "papanton/lora-trained-xl-colab",
10
+ "ShilpaManaji/dreambooth-project",
11
  "frankmoire/nyjha",
12
+ "joachimsallstrom/aether-bubbles-foam-lora-for-sdxl",
13
  "Devil2D2/Model_anything_diffusers",
14
  "Yntec/AbsoluteRemix",
15
  "ranajithore/stable-diffusion-v2-1-trained-for-plant-cell-structure-diagram-without-captions-new",
16
+ "Abhinandpv/dog",
17
  ]
18
 
19