ImagineAI-Real commited on
Commit
b61216e
·
1 Parent(s): a9ea2c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -21,16 +21,16 @@ iface = gr.Interface(
21
  inputs="text",
22
  outputs="image",
23
  title="Midjourney2.0",
24
- description="Anything Possible",
25
  allow_flagging=False,
26
  layout="horizontal",
27
  theme="default",
28
- examples=[
29
- "burger",
30
- "really cute cat emoji, white background, blue eyes, black fur, white top fur, pink inner ears",
31
- "Minecraft: \"House\"",
32
- "Cat with speech bubble, saying \"Hi\""
33
- ]
34
  )
35
 
36
  iface.launch()
 
21
  inputs="text",
22
  outputs="image",
23
  title="Midjourney2.0",
24
+ description="Anything Possible<br><h3>Currently only on Discord: <a href='https://discord.gg/d6wR8u6wnA'>https://discord.gg/d6wR8u6wnA</a></h3>",
25
  allow_flagging=False,
26
  layout="horizontal",
27
  theme="default",
28
+ # examples=[
29
+ # "burger",
30
+ # "really cute cat emoji, white background, blue eyes, black fur, white top fur, pink inner ears",
31
+ # "Minecraft: \"House\"",
32
+ # "Cat with speech bubble, saying \"Hi\""
33
+ # ]
34
  )
35
 
36
  iface.launch()