Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ interface = gr.Interface(
|
|
120 |
gr.Textbox(lines=5, label="Input Paragraph"),
|
121 |
gr.Audio(type="filepath", label="Record Audio")
|
122 |
],
|
123 |
-
outputs=["html","
|
124 |
title="Speech Recognition Comparison",
|
125 |
description="Input a paragraph, record your audio, and compare the transcription to the original text."
|
126 |
)
|
|
|
120 |
gr.Textbox(lines=5, label="Input Paragraph"),
|
121 |
gr.Audio(type="filepath", label="Record Audio")
|
122 |
],
|
123 |
+
outputs=["html","files"],
|
124 |
title="Speech Recognition Comparison",
|
125 |
description="Input a paragraph, record your audio, and compare the transcription to the original text."
|
126 |
)
|