abidlabs HF Staff commited on
Commit
45da34f
·
1 Parent(s): f0781d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,4 +6,4 @@ def reverse_audio(audio):
6
  return (sr, np.flipud(data))
7
 
8
  mic = gr.inputs.Audio(source="microphone", type="numpy", label="Speak here...")
9
- gr.Interface(reverse_audio, mic, "audio", examples="audio").launch()
 
6
  return (sr, np.flipud(data))
7
 
8
  mic = gr.inputs.Audio(source="microphone", type="numpy", label="Speak here...")
9
+ gr.Interface(reverse_audio, mic, "audio").launch()