Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ description = """
|
|
49 |
Demo for cascaded speech-to-speech translation (STST), mapping from source speech in Multilanguage to target speech in Chinese(mandarin). Demo uses OpenAI's [Whisper arge-v2](https://huggingface.co/openai/whisper-large-v2) model for speech translation, and a suno/bark[bark-small](https://huggingface.co/suno/bark) model for text-to-speech:
|
50 |

|
51 |
"""
|
52 |
-
|
53 |
demo = gr.Blocks()
|
54 |
|
55 |
mic_translate = gr.Interface(
|
|
|
49 |
Demo for cascaded speech-to-speech translation (STST), mapping from source speech in Multilanguage to target speech in Chinese(mandarin). Demo uses OpenAI's [Whisper arge-v2](https://huggingface.co/openai/whisper-large-v2) model for speech translation, and a suno/bark[bark-small](https://huggingface.co/suno/bark) model for text-to-speech:
|
50 |

|
51 |
"""
|
52 |
+
import gradio as gr
|
53 |
demo = gr.Blocks()
|
54 |
|
55 |
mic_translate = gr.Interface(
|