Spaces:
Runtime error
Runtime error
Commit
·
2711321
1
Parent(s):
f08ba74
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 |
+
"tensor-diffusion/Dark-Sushi-2.5D",
|
| 9 |
+
"abhilad98/abhi_thumbsup",
|
| 10 |
+
"lora-library/grateful-dead",
|
| 11 |
+
"Yntec/lamettaNightly",
|
| 12 |
+
"moonlightnexus/RealityCreation",
|
| 13 |
+
"ProomptEngineer/pe-courtroomsketch-style",
|
| 14 |
+
"ProomptEngineer/pe-funko-pop-diffusion-style",
|
| 15 |
+
"ProomptEngineer/cute-animals-style",
|
| 16 |
+
"michaeleliot/dreambooth-test",
|
| 17 |
]
|
| 18 |
|
| 19 |
|