jpdiazpardo commited on
Commit
251ab2e
1 Parent(s): 429b376

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ description = ("Transcribe long-form microphone or audio inputs with the click o
45
  " of arbitrary length.")
46
 
47
 
48
- examples = [["When a Demon Defiles a Witch.wav", "transcription"]]
49
 
50
  demo = gr.Interface(fn=transcribe, inputs = inputs, outputs = outputs, description=description, cache_examples=True, allow_flagging="never", examples=examples)
51
 
 
45
  " of arbitrary length.")
46
 
47
 
48
+ examples = [["When a Demon Defiles a Witch.wav","transcribe",True]]
49
 
50
  demo = gr.Interface(fn=transcribe, inputs = inputs, outputs = outputs, description=description, cache_examples=True, allow_flagging="never", examples=examples)
51