ANASAKHTAR commited on
Commit
b8829e7
·
verified ·
1 Parent(s): 9da88f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Bot")
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
  )