Spaces:
Build error
Build error
Commit
·
dfe01d8
1
Parent(s):
7fb4045
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,15 +5,15 @@ import gradio as gr
|
|
| 5 |
import time
|
| 6 |
|
| 7 |
models =[
|
| 8 |
-
"
|
| 9 |
-
"
|
| 10 |
-
"
|
| 11 |
-
"
|
| 12 |
-
"
|
| 13 |
-
"
|
| 14 |
-
"
|
| 15 |
-
"
|
| 16 |
-
"
|
| 17 |
]
|
| 18 |
|
| 19 |
|
|
|
|
| 5 |
import time
|
| 6 |
|
| 7 |
models =[
|
| 8 |
+
"dataautogpt3/OpenDalleV1.1",
|
| 9 |
+
"ishmanish/text-to-image-sdxl-lora-DreamBooth_own_v1",
|
| 10 |
+
"Norod78/dream-dis-pix-xl",
|
| 11 |
+
"roktimsardar123/RXKSDXL",
|
| 12 |
+
"MaziyarPanahi/vision_pro_dreambooth_project_2",
|
| 13 |
+
"XGGNet/lora-sdxl-szn",
|
| 14 |
+
"Yntec/aBagOfChips",
|
| 15 |
+
"Yntec/Stuff",
|
| 16 |
+
"Yntec/SinkOrSwim",
|
| 17 |
]
|
| 18 |
|
| 19 |
|