Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ with demo:
|
|
87 |
qy_button = gr.Button("开始迁移>>")
|
88 |
|
89 |
tj_button.click(fx1, inputs=text_input, outputs=text_output)
|
90 |
-
cs_button.click(fx2, inputs=val_input, outputs=json_output)
|
91 |
dq_button.click(fx3, inputs=file_input, outputs=table_output)
|
92 |
tts_button.click(fx4, inputs=TS_input, outputs=audio_output)
|
93 |
pva_button.click(fx5, inputs=[],outputs=pva_output)
|
|
|
87 |
qy_button = gr.Button("开始迁移>>")
|
88 |
|
89 |
tj_button.click(fx1, inputs=text_input, outputs=text_output)
|
90 |
+
cs_button.click(fx2, inputs=val_input, outputs=json_output,api_name="ghqj")
|
91 |
dq_button.click(fx3, inputs=file_input, outputs=table_output)
|
92 |
tts_button.click(fx4, inputs=TS_input, outputs=audio_output)
|
93 |
pva_button.click(fx5, inputs=[],outputs=pva_output)
|