Update app.py
Browse files
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,[],
|
| 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()
|