Spaces:
Build error
Build error
Roi Feng
commited on
Commit
·
1429637
1
Parent(s):
7e700ff
Revert "Revert "fix app.py wrong button""
Browse filesThis reverts commit 7e700ff143d8532cd041b98313b5062828d75458.
app.py
CHANGED
@@ -506,12 +506,6 @@ if __name__ == "__main__":
|
|
506 |
],
|
507 |
outputs=[text_output, audio_output],
|
508 |
)
|
509 |
-
|
510 |
-
trans.click(
|
511 |
-
translate,
|
512 |
-
inputs=[text],
|
513 |
-
outputs=[text],
|
514 |
-
)
|
515 |
slicer.click(
|
516 |
tts_split,
|
517 |
inputs=[
|
|
|
506 |
],
|
507 |
outputs=[text_output, audio_output],
|
508 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
509 |
slicer.click(
|
510 |
tts_split,
|
511 |
inputs=[
|