changxin commited on
Commit
a6ba137
·
1 Parent(s): cea3760

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -160,6 +160,6 @@ py_exe=d_t.to_pandas()'''
160
  with gr.TabItem("下载测试"):
161
  with gr.Row():
162
  xz_button=gr.Button("初始化>>")
163
- xz_button.click(xz,[], "file",api_name='xz')
164
 
165
  demo.launch()
 
160
  with gr.TabItem("下载测试"):
161
  with gr.Row():
162
  xz_button=gr.Button("初始化>>")
163
+ xz_button.click(xz,[], gr.File(),api_name='xz')
164
 
165
  demo.launch()