Spaces:
Runtime error
Runtime error
ehristoforu
commited on
Commit
•
b1527f3
1
Parent(s):
140a642
Update app.py
Browse files
app.py
CHANGED
@@ -39,8 +39,7 @@ examples = [
|
|
39 |
]
|
40 |
|
41 |
with gr.Blocks(theme="Base") as mj:
|
42 |
-
gr.HTML(value="<h1><center>⛵️ Midjourney-mini</center></h1>")
|
43 |
|
44 |
-
gr.load("models/midjourney-community/midjourney-mini", title=" ", description="Generate images using the Midjourney-mini model!", examples=examples)
|
45 |
|
46 |
mj.launch(show_api=False)
|
|
|
39 |
]
|
40 |
|
41 |
with gr.Blocks(theme="Base") as mj:
|
|
|
42 |
|
43 |
+
gr.load("models/midjourney-community/midjourney-mini", title="⛵️ Midjourney-mini", description="Generate images using the Midjourney-mini model!", examples=examples)
|
44 |
|
45 |
mj.launch(show_api=False)
|