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 |
-
"rishabh063/lora-trained-xl-
|
| 17 |
]
|
| 18 |
|
| 19 |
|
|
|
|
| 5 |
import time
|
| 6 |
|
| 7 |
models =[
|
| 8 |
+
"Incursio/corgy_dog_LoRA",
|
| 9 |
+
"anjith672/pspk-high-train",
|
| 10 |
+
"calypso604/Gen-AI-Challenge-Info",
|
| 11 |
+
"dasdsff/NewMaskot1",
|
| 12 |
+
"nived2/rock_new",
|
| 13 |
+
"m7n/dataviz-sdxl-lora-001",
|
| 14 |
+
"Chengbin124/sd_xl_base_2.0.safetensors",
|
| 15 |
+
"dasdsff/Scrib2color",
|
| 16 |
+
"rishabh063/lora-trained-xl-dura",
|
| 17 |
]
|
| 18 |
|
| 19 |
|