Spaces:
Runtime error
Runtime error
Commit ·
f778236
1
Parent(s): f2ba1f6
updated application file
Browse files
app.py
CHANGED
|
@@ -45,7 +45,7 @@ gr.Interface(
|
|
| 45 |
inputs=gr.Audio(source="microphone", type="filepath"),
|
| 46 |
outputs=[
|
| 47 |
gr.Text(label="Transcription"),
|
| 48 |
-
|
| 49 |
gr.Text(label="Rate of Speech (WPM)"),
|
| 50 |
gr.Text(label="Mean Pitch (Hz)"),
|
| 51 |
gr.Text(label="Pitch Variation (Hz)"),
|
|
|
|
| 45 |
inputs=gr.Audio(source="microphone", type="filepath"),
|
| 46 |
outputs=[
|
| 47 |
gr.Text(label="Transcription"),
|
| 48 |
+
gr.Text(label="Filler Word Percent"),
|
| 49 |
gr.Text(label="Rate of Speech (WPM)"),
|
| 50 |
gr.Text(label="Mean Pitch (Hz)"),
|
| 51 |
gr.Text(label="Pitch Variation (Hz)"),
|