Spaces:
Sleeping
Sleeping
Commit
·
8cfd66f
1
Parent(s):
b8cfe1b
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,16 +5,15 @@ import gradio as gr
|
|
| 5 |
import time
|
| 6 |
|
| 7 |
models =[
|
| 8 |
-
"RaikkonenCao/cat_toy_dreambooth",
|
| 9 |
"perion/ai-avatar",
|
| 10 |
"badmonk/aoikax",
|
| 11 |
"digiplay/fantasticmix_v67",
|
| 12 |
-
"jasonching/output",
|
| 13 |
"digiplay/fantasticmix_v7",
|
| 14 |
"digiplay/DreamShaper_8",
|
| 15 |
"Yntec/InsaneRealisticCVAE",
|
| 16 |
"EarthnDusk/Duskfall_art_V3",
|
| 17 |
-
"
|
|
|
|
| 18 |
]
|
| 19 |
|
| 20 |
|
|
|
|
| 5 |
import time
|
| 6 |
|
| 7 |
models =[
|
|
|
|
| 8 |
"perion/ai-avatar",
|
| 9 |
"badmonk/aoikax",
|
| 10 |
"digiplay/fantasticmix_v67",
|
|
|
|
| 11 |
"digiplay/fantasticmix_v7",
|
| 12 |
"digiplay/DreamShaper_8",
|
| 13 |
"Yntec/InsaneRealisticCVAE",
|
| 14 |
"EarthnDusk/Duskfall_art_V3",
|
| 15 |
+
"juliajoanna/lora-trained-xl-fred-118",
|
| 16 |
+
"21j3h123/adadada",
|
| 17 |
]
|
| 18 |
|
| 19 |
|