Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -49,6 +49,6 @@ gr.Interface(asr_transcript,
|
|
49 |
outputs = gr.outputs.Textbox(label="Output Text"),
|
50 |
title="ASR using Wav2Vec 2.0",
|
51 |
description = "This application displays transcribed text for given audio input",
|
52 |
-
examples = [["
|
53 |
|
54 |
|
|
|
49 |
outputs = gr.outputs.Textbox(label="Output Text"),
|
50 |
title="ASR using Wav2Vec 2.0",
|
51 |
description = "This application displays transcribed text for given audio input",
|
52 |
+
examples = [["Actuator.wav"], ["anomalies.wav"]], theme="grass").launch()
|
53 |
|
54 |
|