Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
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('文本引导图片风格变化'):
|