Spaces:
Runtime error
Runtime error
Update app.py
#1
by
dawood
HF Staff
- opened
app.py
CHANGED
|
@@ -79,6 +79,6 @@ gr.Interface(asr_transcript_long,
|
|
| 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"], ["
|
| 83 |
|
| 84 |
|
|
|
|
| 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 |
|
| 84 |
|