mr2along commited on
Commit
037f287
1 Parent(s): fff7772

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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","audio"],
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
  )