Spaces:
Runtime error
Runtime error
Brian Watson
commited on
Commit
•
4c6bfac
1
Parent(s):
d78d443
Update app.py
Browse files
app.py
CHANGED
@@ -4,9 +4,11 @@ import sys
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
-
{"name": "
|
8 |
-
{"name": "
|
9 |
-
{"name": "
|
|
|
|
|
10 |
]
|
11 |
|
12 |
current_model = models[0]
|
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
+
{"name": "Claudfuen 1", "url": "claudfuen/photorealistic-fuen-v1"},
|
8 |
+
{"name": "Deliberate", "url": "Masagin/Deliberate"},
|
9 |
+
{"name": "Seek Art Mega", "url": "coreco/seek.art_MEGA"},
|
10 |
+
{"name": "Realistic Vision 1.4", "url": "SG161222/Realistic_Vision_V1.4"},
|
11 |
+
{"name": "Dreamshaper", "url": "Lykon/DreamShaper"},
|
12 |
]
|
13 |
|
14 |
current_model = models[0]
|