Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -42,4 +42,4 @@ 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=True
|
|
|
|
| 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=True)
|