Spaces:
Runtime error
Runtime error
Brian Watson
commited on
Commit
•
d78d443
1
Parent(s):
1a6d3d6
Update app.py
Browse files
app.py
CHANGED
@@ -4,17 +4,9 @@ import sys
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
-
{"name": "
|
8 |
-
{"name": "
|
9 |
-
{"name": "
|
10 |
-
{"name": "Deliberate", "url": "Masagin/Deliberate"},
|
11 |
-
{"name": "Seek Art Mega", "url": "coreco/seek.art_MEGA"},
|
12 |
-
{"name": "Realistic Vision 1.4", "url": "SG161222/Realistic_Vision_V1.4"},
|
13 |
-
{"name": "Dreamshaper", "url": "Lykon/DreamShaper"},
|
14 |
-
{"name": "Dreamful 2", "url": "Hius/DreamFul-V2"},
|
15 |
-
{"name": "Lyriel 1.3", "url": "sakistriker/Lyriel_V1.3"},
|
16 |
-
{"name": "Never Ending Dream 2", "url": "luongphamit/NeverEnding-Dream2"},
|
17 |
-
{"name": "Protogen X 5.8", "url": "darkstorm2150/Protogen_x5.8_Official_Release"},
|
18 |
]
|
19 |
|
20 |
current_model = models[0]
|
@@ -124,4 +116,4 @@ with gr.Blocks(css=css) as myface:
|
|
124 |
see_prompts.click(text_it, inputs=[input_text], outputs=[magic8])
|
125 |
|
126 |
myface.queue(concurrency_count=200)
|
127 |
-
myface.launch(inline=True, show_api=False, max_threads=400)
|
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
+
{"name": "Dreamlike Anime", "url": "dreamlike-art/dreamlike-anime-1.0"},
|
8 |
+
{"name": "Dreamlike Diffusion", "url": "dreamlike-art/dreamlike-diffusion-1.0"},
|
9 |
+
{"name": "Dreamlike Photoreal", "url": "dreamlike-art/dreamlike-photoreal-2.0"},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
]
|
11 |
|
12 |
current_model = models[0]
|
|
|
116 |
see_prompts.click(text_it, inputs=[input_text], outputs=[magic8])
|
117 |
|
118 |
myface.queue(concurrency_count=200)
|
119 |
+
myface.launch(inline=True, show_api=False, max_threads=400)
|