pratham0011 commited on
Commit
5f7d75d
·
verified ·
1 Parent(s): 06edbbd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -22,12 +22,13 @@ def transcribe(audio):
22
 
23
  input_audio = gr.Audio(
24
  sources=["microphone"],
 
 
25
  waveform_options=gr.WaveformOptions(
26
  waveform_color="#01C6FF",
27
  waveform_progress_color="#0066B4",
28
  skip_length=2,
29
  show_controls=False,
30
- type="filepath",
31
  ),
32
  )
33
 
 
22
 
23
  input_audio = gr.Audio(
24
  sources=["microphone"],
25
+ type="filepath",
26
+
27
  waveform_options=gr.WaveformOptions(
28
  waveform_color="#01C6FF",
29
  waveform_progress_color="#0066B4",
30
  skip_length=2,
31
  show_controls=False,
 
32
  ),
33
  )
34