Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ def transcribe(audio, state=""):
|
|
| 11 |
gr.Interface(
|
| 12 |
fn=transcribe,
|
| 13 |
inputs=[
|
| 14 |
-
gr.
|
| 15 |
"state"
|
| 16 |
],
|
| 17 |
outputs=[
|
|
|
|
| 11 |
gr.Interface(
|
| 12 |
fn=transcribe,
|
| 13 |
inputs=[
|
| 14 |
+
gr.Audio(source="microphone", type="filepath", streaming=True),
|
| 15 |
"state"
|
| 16 |
],
|
| 17 |
outputs=[
|