Spaces:
Runtime error
Runtime error
Commit
·
478834e
1
Parent(s):
8881a6b
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 |
+
"nhero/model",
|
| 9 |
+
"AlanB/TransformersStyleXL",
|
| 10 |
+
"TaiMingLu/lora-trained-xl",
|
| 11 |
+
"kchoi/lora-sdxl-jonas",
|
| 12 |
+
"digiplay/WolfSystems_v1",
|
| 13 |
+
"digiplay/CoharuMix_real",
|
| 14 |
+
"AlanB/TransformersStyle",
|
| 15 |
+
"0xOracle/Image-GAN",
|
| 16 |
+
"Prasad2055/friendship",
|
| 17 |
]
|
| 18 |
|
| 19 |
|