balaramas commited on
Commit
6f9a491
1 Parent(s): eacaf0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ iface = gr.Interface(
137
  fn=run_my_code,
138
  inputs=[gr.inputs.Audio(source="microphone", type="filepath", label="Record something (in American/British English Accent)..."), gr.inputs.Radio(["Hindi", "French", "German"], label="Language")],
139
  outputs=output_textbox,
140
- title="English to Hindi/French Translator")
141
 
142
  # Launch the interface
143
  iface.launch()
 
137
  fn=run_my_code,
138
  inputs=[gr.inputs.Audio(source="microphone", type="filepath", label="Record something (in American/British English Accent)..."), gr.inputs.Radio(["Hindi", "French", "German"], label="Language")],
139
  outputs=output_textbox,
140
+ title="English Speech to Text Translator")
141
 
142
  # Launch the interface
143
  iface.launch()