Spaces:
Sleeping
Sleeping
requirements.txt
Browse filesgradio
deep-translator
gTTS
app.py
CHANGED
|
@@ -33,7 +33,6 @@ with gr.Blocks(theme=gr.themes.Soft(), title="CodeAlpha Translator") as demo:
|
|
| 33 |
out_audio = gr.Audio(label="Audio Output")
|
| 34 |
|
| 35 |
btn.click(translate_text, [text, src, dest], [out_text, out_audio])
|
| 36 |
-
|
| 37 |
gr.Markdown("**Built for CodeAlpha AI Internship 2026 ✅ | [GitHub](https://github.com/zineb36-star)**")
|
| 38 |
|
| 39 |
demo.launch()
|
|
|
|
| 33 |
out_audio = gr.Audio(label="Audio Output")
|
| 34 |
|
| 35 |
btn.click(translate_text, [text, src, dest], [out_text, out_audio])
|
|
|
|
| 36 |
gr.Markdown("**Built for CodeAlpha AI Internship 2026 ✅ | [GitHub](https://github.com/zineb36-star)**")
|
| 37 |
|
| 38 |
demo.launch()
|