Emiir commited on
Commit
99f6e67
·
1 Parent(s): 105b405

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -11,6 +11,9 @@ import emoji
11
 
12
  text_gen = gr.Interface.load("spaces/phenomenon1981/MagicPrompt-Stable-Diffusion")
13
 
 
 
 
14
 
15
  def get_prompts(prompt_text):
16
  if prompt_text:
 
11
 
12
  text_gen = gr.Interface.load("spaces/phenomenon1981/MagicPrompt-Stable-Diffusion")
13
 
14
+ gr.HTML("<h1 style="font-weight: 900; margin-bottom: 7px;margin-top:5px">
15
+ Stable Diffusion 2.1 Demo
16
+ </h1>")
17
 
18
  def get_prompts(prompt_text):
19
  if prompt_text: