Spaces:
Runtime error
Runtime error
Commit ·
f8b664f
1
Parent(s): d33b363
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ def speech_to_speech_translation(audio_filepath):
|
|
| 30 |
title = "Tamil Translator / Whisper AI"
|
| 31 |
|
| 32 |
description = """
|
| 33 |
-
This is just a simple gradio app that can record spoken tamil audio and translates it into english language
|
| 34 |
"""
|
| 35 |
|
| 36 |
demo = gr.Blocks()
|
|
@@ -42,5 +42,5 @@ mic_translate = gr.Interface(
|
|
| 42 |
description=description)
|
| 43 |
|
| 44 |
with demo:
|
| 45 |
-
gr.TabbedInterface([mic_translate], ["
|
| 46 |
demo.launch(debug=True, share=False)
|
|
|
|
| 30 |
title = "Tamil Translator / Whisper AI"
|
| 31 |
|
| 32 |
description = """
|
| 33 |
+
This is just a simple gradio app that can record spoken tamil audio and translates it into english language
|
| 34 |
"""
|
| 35 |
|
| 36 |
demo = gr.Blocks()
|
|
|
|
| 42 |
description=description)
|
| 43 |
|
| 44 |
with demo:
|
| 45 |
+
gr.TabbedInterface([mic_translate], [" "])
|
| 46 |
demo.launch(debug=True, share=False)
|