Ubuntu commited on
Commit
2ac88d4
1 Parent(s): af33f98

update the name of interface

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ def user_interface(audio, source_lang, target_lang):
84
  return audio_url
85
 
86
  with gr.Blocks() as demo:
87
- gr.Markdown("# ASR and TTS Demo")
88
 
89
  with gr.Tab("User Mode"):
90
  gr.Markdown("Speak into the microphone or upload an audio file. The app will translate and speak it back to you.")
 
84
  return audio_url
85
 
86
  with gr.Blocks() as demo:
87
+ gr.Markdown("# Speech Translation")
88
 
89
  with gr.Tab("User Mode"):
90
  gr.Markdown("Speak into the microphone or upload an audio file. The app will translate and speak it back to you.")