Spaces:
Runtime error
Runtime error
allknowingroger
commited on
Commit
•
b7a28dd
1
Parent(s):
d255a20
Update app.py
Browse files
app.py
CHANGED
@@ -5,15 +5,16 @@ 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 |
+
"ainjarts/new_model",
|
9 |
+
"rishabh063/lora-trained-xl-colab",
|
10 |
+
"Muhammadreza/mann-e-concept-revised-2",
|
11 |
+
"Eaaven/lora-trained-rev",
|
12 |
+
"pranavkd/sdxl-amirth",
|
13 |
+
"khhhhhh/saved-model",
|
14 |
+
"hahaday2022/MayDuSha_trained_model",
|
15 |
+
"shohei1029/dreambooth-shohei",
|
16 |
+
"rikdas/weights",
|
17 |
+
"digiplay/DucHaitenJourney_v3.0.A",
|
18 |
]
|
19 |
|
20 |
|