Spaces:
Runtime error
Runtime error
Commit
·
120a805
1
Parent(s):
d87920c
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,16 +5,15 @@ import gradio as gr
|
|
| 5 |
import time
|
| 6 |
|
| 7 |
models =[
|
| 8 |
-
"
|
| 9 |
-
"
|
| 10 |
-
"
|
| 11 |
-
"
|
| 12 |
-
"
|
| 13 |
-
"
|
| 14 |
-
"
|
| 15 |
-
"
|
| 16 |
-
"
|
| 17 |
-
"YuqiChen/model",
|
| 18 |
]
|
| 19 |
|
| 20 |
|
|
|
|
| 5 |
import time
|
| 6 |
|
| 7 |
models =[
|
| 8 |
+
"digiplay/HIJKLMix_v2",
|
| 9 |
+
"Eaaven/lora-trained-xl",
|
| 10 |
+
"rasha-salim/autotrain-dreambooth",
|
| 11 |
+
"digiplay/MGM",
|
| 12 |
+
"sweetpablo/diffuwusion",
|
| 13 |
+
"Eaaven/lora-trained-xl",
|
| 14 |
+
"rasha-salim/autotrain-dreambooth",
|
| 15 |
+
"perraju/lora-trained-xl-colab_mandsmodel_db",
|
| 16 |
+
"goofyai/Leonardo_Ai_Style_Illustration",
|
|
|
|
| 17 |
]
|
| 18 |
|
| 19 |
|