Commit
·
838e941
1
Parent(s):
b039470
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 |
-
"Daniil-plotnikov/deepvision-
|
| 17 |
]
|
| 18 |
|
| 19 |
|
|
|
|
| 5 |
import time
|
| 6 |
|
| 7 |
models =[
|
| 8 |
+
"jordanhilado/sd-1-5-pokemon-lora",
|
| 9 |
+
"MaxReynolds/SouderRocketLauncherNetCombined_LORA",
|
| 10 |
+
"hahminlew/sdxl-kream-model-lora",
|
| 11 |
+
"linuxlewis/lucy-sdxl",
|
| 12 |
+
"dbarbedillo/tomasthecat_t2",
|
| 13 |
+
"lberglund/sweep_full_6_20231012154758",
|
| 14 |
+
"dbarbedillo/tomasthecat_t1",
|
| 15 |
+
"merve/emoji-dreambooth-trained-xl",
|
| 16 |
+
"Daniil-plotnikov/deepvision-v4-0",
|
| 17 |
]
|
| 18 |
|
| 19 |
|