Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -74,6 +74,6 @@ gr.Interface(asr_transcript,
|
|
74 |
outputs = gr.outputs.Textbox(label="Output Text"),
|
75 |
title="ASR using Whisper",
|
76 |
description = "This application displays transcribed text for given audio input",
|
77 |
-
examples = [["Actuator.wav"], ["anomalies.wav"]], theme="grass").launch()
|
78 |
|
79 |
|
|
|
74 |
outputs = gr.outputs.Textbox(label="Output Text"),
|
75 |
title="ASR using Whisper",
|
76 |
description = "This application displays transcribed text for given audio input",
|
77 |
+
examples = [["Actuator.wav"], ["anomalies.wav"]], theme="grass").launch(share=True)
|
78 |
|
79 |
|