alecinvan commited on
Commit
7309738
·
verified ·
1 Parent(s): 38ace6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +19 -1
app.py CHANGED
@@ -165,11 +165,29 @@ css = """
165
  }
166
  """
167
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
168
  # Creating Gradio interface
169
  with gr.Blocks(css=css) as demo:
170
 
171
  with gr.Row():
172
- gr.Markdown("<h1>模多多Stable Diffusion文生图大模型</h1>")
173
 
174
  with gr.Column():
175
  #gr.Markdown("<h1>模多多Stable Diffusion文生图大模型</h1>")
 
165
  }
166
  """
167
 
168
+ PTI_SD_DESCRIPTION = '''
169
+ <div id="content_align">
170
+ <span style="color:darkred;font-size:32px;font-weight:bold">
171
+ 模多多Stable Diffusion文生图大模型
172
+ </span>
173
+ </div>
174
+
175
+ <div id="content_align">
176
+ <span style="color:blue;font-size:16px;font-weight:bold">
177
+ 输入文字提示生成图片
178
+ </div>
179
+
180
+ <div id="content_align" style="margin-top: 10px;">
181
+ 作者: Dr. Alec Li
182
+ </div>
183
+ '''
184
+
185
+
186
  # Creating Gradio interface
187
  with gr.Blocks(css=css) as demo:
188
 
189
  with gr.Row():
190
+ gr.Markdown(PTI_SD_DESCRIPTION)
191
 
192
  with gr.Column():
193
  #gr.Markdown("<h1>模多多Stable Diffusion文生图大模型</h1>")