Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,7 @@ from pathlib import Path
|
|
5 |
|
6 |
models = [
|
7 |
"playgroundai/playground-v2-1024px-aesthetic",
|
|
|
8 |
"Lykon/dreamshaper-xl-1-0",
|
9 |
"nerijs/pixel-art-xl",
|
10 |
"Linaqruf/animagine-xl",
|
@@ -22,6 +23,7 @@ models2=[
|
|
22 |
gr.Interface.load(f"models/{models[3]}",live=True,preprocess=False),
|
23 |
gr.Interface.load(f"models/{models[4]}",live=True,preprocess=False),
|
24 |
gr.Interface.load(f"models/{models[5]}",live=True,preprocess=False),
|
|
|
25 |
]
|
26 |
|
27 |
|
|
|
5 |
|
6 |
models = [
|
7 |
"playgroundai/playground-v2-1024px-aesthetic",
|
8 |
+
"dataautogpt3/ProteusV0.4",
|
9 |
"Lykon/dreamshaper-xl-1-0",
|
10 |
"nerijs/pixel-art-xl",
|
11 |
"Linaqruf/animagine-xl",
|
|
|
23 |
gr.Interface.load(f"models/{models[3]}",live=True,preprocess=False),
|
24 |
gr.Interface.load(f"models/{models[4]}",live=True,preprocess=False),
|
25 |
gr.Interface.load(f"models/{models[5]}",live=True,preprocess=False),
|
26 |
+
gr.Interface.load(f"models/{models[6]}",live=True,preprocess=False),
|
27 |
]
|
28 |
|
29 |
|