Spaces:
Build error
Build error
Commit
·
6b7896d
1
Parent(s):
0f5ea4f
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,7 +36,7 @@ iface = gr.Interface(
|
|
| 36 |
title="Speech Audio to text (with corrected grammar)",
|
| 37 |
description="Let's Hear It!! This app transforms your speech (input) to text with corrected grammar after (output)!",
|
| 38 |
inputs=[gr.inputs.Audio(source="microphone", type="filepath", label=None, optional=True)],
|
| 39 |
-
outputs=['text'
|
| 40 |
)
|
| 41 |
# From Original Code:
|
| 42 |
# gr.inputs.Audio(source="upload", type="filepath", label=None, optional=True),
|
|
|
|
| 36 |
title="Speech Audio to text (with corrected grammar)",
|
| 37 |
description="Let's Hear It!! This app transforms your speech (input) to text with corrected grammar after (output)!",
|
| 38 |
inputs=[gr.inputs.Audio(source="microphone", type="filepath", label=None, optional=True)],
|
| 39 |
+
outputs=['text']
|
| 40 |
)
|
| 41 |
# From Original Code:
|
| 42 |
# gr.inputs.Audio(source="upload", type="filepath", label=None, optional=True),
|