Spaces:
Sleeping
Sleeping
Commit
·
ee36e2d
1
Parent(s):
77643d5
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,15 +5,15 @@ import gradio as gr
|
|
| 5 |
import time
|
| 6 |
|
| 7 |
models =[
|
| 8 |
-
"
|
| 9 |
"egerdm/jhemali",
|
| 10 |
-
"
|
| 11 |
"Yntec/OrangeRemix",
|
| 12 |
-
"
|
| 13 |
-
"
|
| 14 |
-
"
|
| 15 |
"digiplay/OrangeChillMix_v7fix",
|
| 16 |
-
"
|
| 17 |
]
|
| 18 |
|
| 19 |
|
|
|
|
| 5 |
import time
|
| 6 |
|
| 7 |
models =[
|
| 8 |
+
"tensor-diffusion/LEOSAMs-HelloWorld-Grain2",
|
| 9 |
"egerdm/jhemali",
|
| 10 |
+
"vgral/cornetto_classico",
|
| 11 |
"Yntec/OrangeRemix",
|
| 12 |
+
"abhinavr/path-to-save-model",
|
| 13 |
+
"adrianerrea/adri_dreambooth",
|
| 14 |
+
"dababestie/oliviacastaXL-lora",
|
| 15 |
"digiplay/OrangeChillMix_v7fix",
|
| 16 |
+
"arunsoratur/stable-diffusion-pentland",
|
| 17 |
]
|
| 18 |
|
| 19 |
|