Spaces:
Runtime error
Runtime error
Commit
·
9eacf35
1
Parent(s):
00d3c94
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,14 +5,15 @@ import gradio as gr
|
|
| 5 |
import time
|
| 6 |
|
| 7 |
models =[
|
| 8 |
-
"minhalvp/output",
|
| 9 |
-
"yonigo/eyal_sb",
|
| 10 |
-
"dababestie/cellyalova-ph3",
|
| 11 |
"digiplay/LunarDiffusion_v1.27",
|
| 12 |
"sheshenin/vikash",
|
| 13 |
"ananay/kneearch",
|
| 14 |
-
"
|
| 15 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
]
|
| 17 |
|
| 18 |
|
|
|
|
| 5 |
import time
|
| 6 |
|
| 7 |
models =[
|
|
|
|
|
|
|
|
|
|
| 8 |
"digiplay/LunarDiffusion_v1.27",
|
| 9 |
"sheshenin/vikash",
|
| 10 |
"ananay/kneearch",
|
| 11 |
+
"Raspberry-ai/monse_lora_version_1_2",
|
| 12 |
+
"keerthana132/my-pet-cat",
|
| 13 |
+
"cutiee82/artsytistic-diffusion",
|
| 14 |
+
"Classic0/test1",
|
| 15 |
+
"rasha-salim/autotrain-dreambooth",
|
| 16 |
+
"Jinouga/temariv1",
|
| 17 |
]
|
| 18 |
|
| 19 |
|