Spaces:
Runtime error
Runtime error
Commit
·
93787bc
1
Parent(s):
2d063a0
Replaced Audio sources
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def transcribe(audio,):
|
|
40 |
|
41 |
demo = gr.Interface(
|
42 |
transcribe,
|
43 |
-
gr.Audio(
|
44 |
gr.Textbox(label="CLI_Transcription")
|
45 |
)
|
46 |
|
|
|
40 |
|
41 |
demo = gr.Interface(
|
42 |
transcribe,
|
43 |
+
gr.Audio(sources=["microphone"]),
|
44 |
gr.Textbox(label="CLI_Transcription")
|
45 |
)
|
46 |
|