fix: audio interface
Browse files
app.py
CHANGED
@@ -42,6 +42,7 @@ demo = gr.Interface(
|
|
42 |
transcribe,
|
43 |
gr.Audio(sources=["microphone"]),
|
44 |
"text",
|
|
|
45 |
)
|
46 |
|
47 |
if __name__ == "__main__":
|
|
|
42 |
transcribe,
|
43 |
gr.Audio(sources=["microphone"]),
|
44 |
"text",
|
45 |
+
type="filepath"
|
46 |
)
|
47 |
|
48 |
if __name__ == "__main__":
|