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