Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -14,8 +14,8 @@ text2speech = gr.Interface.load("huggingface/facebook/tts_transformer-es-css10",
|
|
14 |
allow_flagging="never")
|
15 |
|
16 |
|
17 |
-
|
18 |
-
|
19 |
#ui = gr.Parallel(translate, en2es) #allows transcription of Spanish audio
|
20 |
|
21 |
#gradio interface
|
|
|
14 |
allow_flagging="never")
|
15 |
|
16 |
|
17 |
+
ui = gr.Series(speech2text, translator) #outputs Spanish text translation
|
18 |
+
#en2es = gr.Series(translate, text2speech) #outputs Spanish audio
|
19 |
#ui = gr.Parallel(translate, en2es) #allows transcription of Spanish audio
|
20 |
|
21 |
#gradio interface
|