alecinvan commited on
Commit
464baed
1 Parent(s): 7309738

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -185,10 +185,8 @@ PTI_SD_DESCRIPTION = '''
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>")
194
  current_model = gr.Dropdown(label="选择模型", choices=list_models, value=list_models[1])
 
185
 
186
  # Creating Gradio interface
187
  with gr.Blocks(css=css) as demo:
188
+ gr.Markdown(PTI_SD_DESCRIPTION)
189
+ with gr.Row():
 
 
190
  with gr.Column():
191
  #gr.Markdown("<h1>模多多Stable Diffusion文生图大模型</h1>")
192
  current_model = gr.Dropdown(label="选择模型", choices=list_models, value=list_models[1])