Spaces:
Runtime error
Runtime error
allknowingroger
commited on
Commit
•
55c6fae
1
Parent(s):
dc586cb
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 |
+
"nakkati/rank_exp_16",
|
9 |
+
"nakkati/baseline_final2",
|
10 |
+
"Yntec/FantassifiedIcons",
|
11 |
+
"livingbox/italian-style-new-v4",
|
12 |
+
"playgroundai/playground-v2-1024px-aesthetic",
|
13 |
+
"Shinhati2023/Morenike",
|
14 |
+
"ep150de/linglenet",
|
15 |
+
"Westcott/1206",
|
16 |
+
"uvwar/etmummy",
|
17 |
]
|
18 |
|
19 |
|