Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ gr.Interface(asr_transcript_long,
|
|
77 |
#inputs = gr.inputs.Audio(source="microphone", type="filepath", optional=True, label="Please record your voice"),
|
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
|
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()
|
|
|
77 |
#inputs = gr.inputs.Audio(source="microphone", type="filepath", optional=True, label="Please record your voice"),
|
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 Automated Speech Summarization",
|
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()
|