ihanif commited on
Commit
a94b9b8
·
1 Parent(s): 712e94c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ def yt_transcribe(yt_url):
64
 
65
  demo = gr.Blocks()
66
 
67
- examples=[null, [["example-1.wav","example-2.wav"]]
68
 
69
  mf_transcribe = gr.Interface(
70
  fn=transcribe,
 
64
 
65
  demo = gr.Blocks()
66
 
67
+ examples=[[None,"example-2.wav"]]
68
 
69
  mf_transcribe = gr.Interface(
70
  fn=transcribe,