Update app.py
Browse files
app.py
CHANGED
|
@@ -212,7 +212,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
| 212 |
)
|
| 213 |
|
| 214 |
with gr.TabItem("Speech Translation") as speech_translation:
|
| 215 |
-
input_audio = gr.Audio(label="User", sources="microphone", type="filepath"
|
| 216 |
target_lang = gr.Dropdown(
|
| 217 |
choices=list(LANGUAGE_CODES.keys()),
|
| 218 |
value="German",
|
|
|
|
| 212 |
)
|
| 213 |
|
| 214 |
with gr.TabItem("Speech Translation") as speech_translation:
|
| 215 |
+
input_audio = gr.Audio(label="User", sources=["microphone"], type="filepath")
|
| 216 |
target_lang = gr.Dropdown(
|
| 217 |
choices=list(LANGUAGE_CODES.keys()),
|
| 218 |
value="German",
|