ehristoforu commited on
Commit
7a1e572
1 Parent(s): b1527f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -38,8 +38,8 @@ examples = [
38
  ],
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)
 
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)