Spaces:
Runtime error
Runtime error
ehristoforu
commited on
Commit
•
1036da9
1
Parent(s):
b2b3b8c
Update app.py
Browse files
app.py
CHANGED
@@ -41,6 +41,6 @@ examples = [
|
|
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", description="Generate images using the Midjourney-mini model!",examples=examples)
|
45 |
|
46 |
mj.launch(show_api=False)
|
|
|
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", description="Generate images using the Midjourney-mini model!", examples=examples)
|
45 |
|
46 |
mj.launch(show_api=False)
|