Spaces:
Runtime error
Runtime error
ehristoforu
commited on
Commit
•
7a1e572
1
Parent(s):
b1527f3
Update app.py
Browse files
app.py
CHANGED
@@ -38,8 +38,8 @@ examples = [
|
|
38 |
],
|
39 |
]
|
40 |
|
41 |
-
with gr.Blocks(theme="
|
42 |
|
43 |
-
gr.load("models/
|
44 |
|
45 |
mj.launch(show_api=False)
|
|
|
38 |
],
|
39 |
]
|
40 |
|
41 |
+
with gr.Blocks(theme="zenafey/prodia-web") as mj:
|
42 |
|
43 |
+
gr.load("models/openskyml/midjourney-mini", title="⛵️ Midjourney-mini", description="Generate images using the Midjourney-mini model!", examples=examples)
|
44 |
|
45 |
mj.launch(show_api=False)
|