k36 commited on
Commit
f749b8c
1 Parent(s): c80d082

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ with gr.Blocks(title='功能选择') as demo:
81
  with gr.Row():
82
  pipeText = gr.Textbox(label ='模型信息')
83
  with gr.Tab('加载模型'):
84
- dropdown = gr.inputs.Dropdown(choices=options, label="选项") # 创建下拉选择框输入组件
85
  sub_model = gr.Button("加载模型")
86
  with gr.Row():
87
  with gr.Tab('文本引导图片风格变化'):
 
81
  with gr.Row():
82
  pipeText = gr.Textbox(label ='模型信息')
83
  with gr.Tab('加载模型'):
84
+ dropdown = gr.Dropdown(choices=options, label="选项") # 创建下拉选择框输入组件
85
  sub_model = gr.Button("加载模型")
86
  with gr.Row():
87
  with gr.Tab('文本引导图片风格变化'):