Spaces:
Sleeping
Sleeping
Commit
·
0e42c86
1
Parent(s):
0547be0
Updated the input - fixed error
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def transcribe_audio(audio):
|
|
51 |
|
52 |
|
53 |
input_audio = gr.Audio(
|
54 |
-
|
55 |
type="filepath",
|
56 |
optional=True,
|
57 |
waveform_options=gr.WaveformOptions(
|
|
|
51 |
|
52 |
|
53 |
input_audio = gr.Audio(
|
54 |
+
sources=["microphone"],
|
55 |
type="filepath",
|
56 |
optional=True,
|
57 |
waveform_options=gr.WaveformOptions(
|