VMORnD commited on
Commit
d876c92
1 Parent(s): e3b292f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -78,6 +78,7 @@ gr.Interface(asr_transcript_long,
78
  inputs = gr.inputs.Audio(source="upload", type="filepath", optional=True, label="Upload your audio file here"),
79
  outputs = gr.outputs.Textbox(type="str",label="Output Text"),
80
  title="English Audio Transcriptor",
81
- description = "This tool transcribes your audio to the text"
82
- # examples = [["Batman1_dialogue.wav"], ["Batman2_dialogue.wav"], ["Batman3_dialogue.wav"],["catwoman_dialogue.wav"]], theme="grass").launch()
 
83
 
 
78
  inputs = gr.inputs.Audio(source="upload", type="filepath", optional=True, label="Upload your audio file here"),
79
  outputs = gr.outputs.Textbox(type="str",label="Output Text"),
80
  title="English Audio Transcriptor",
81
+ description = "This tool transcribes your audio to the text",
82
+ # examples = [["Batman1_dialogue.wav"], ["Batman2_dialogue.wav"], ["Batman3_dialogue.wav"],["catwoman_dialogue.wav"]],
83
+ theme="grass").launch()
84