changxin commited on
Commit
bfa6d8f
·
1 Parent(s): a8ef801

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ with demo:
81
  json_output = gr.JSON(label="输出运算结果",show_label=True)
82
  cs_button = gr.Button("开始凑数>>")
83
  with gr.TabItem("文件交互"):
84
- file_input = gr.File(file_count="single",type="binary",label="请选择需要读取的excel文件",show_label=True)
85
  table_output = gr.Dataframe(label="输出读取的表格数据",show_label=True)
86
  dq_button = gr.Button("开始读取>>")
87
  with gr.TabItem("TTS"):
 
81
  json_output = gr.JSON(label="输出运算结果",show_label=True)
82
  cs_button = gr.Button("开始凑数>>")
83
  with gr.TabItem("文件交互"):
84
+ file_input = gr.File(file_count="single",label="请选择需要读取的excel文件",show_label=True)
85
  table_output = gr.Dataframe(label="输出读取的表格数据",show_label=True)
86
  dq_button = gr.Button("开始读取>>")
87
  with gr.TabItem("TTS"):