Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ def transcribe_audio(audio_file, destination_language):
|
|
71 |
|
72 |
# Gradio interface
|
73 |
with gr.Blocks() as demo:
|
74 |
-
gr.Markdown("# AI-Powered Language Translation
|
75 |
gr.Markdown(
|
76 |
"This bot allows you to translate English text to various languages or convert audio input into transcribed text and translate it into your desired language."
|
77 |
)
|
|
|
71 |
|
72 |
# Gradio interface
|
73 |
with gr.Blocks() as demo:
|
74 |
+
gr.Markdown("# AI-Powered Language Translation Chatbot")
|
75 |
gr.Markdown(
|
76 |
"This bot allows you to translate English text to various languages or convert audio input into transcribed text and translate it into your desired language."
|
77 |
)
|