Spaces:
Runtime error
Runtime error
Roi Feng
commited on
Commit
·
7e700ff
1
Parent(s):
8e48393
Revert "fix app.py wrong button"
Browse filesThis reverts commit cc929fbba740697a783474e5adc539d288976900.
app.py
CHANGED
@@ -506,6 +506,12 @@ if __name__ == "__main__":
|
|
506 |
],
|
507 |
outputs=[text_output, audio_output],
|
508 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
509 |
slicer.click(
|
510 |
tts_split,
|
511 |
inputs=[
|
|
|
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=[
|