jpdiazpardo commited on
Commit
4c692e0
1 Parent(s): 55a586c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ description = ("Transcribe long-form audio inputs with the click of a button! De
59
  f" checkpoint [{MODEL_NAME1}](https://huggingface.co/{MODEL_NAME1}) and 🤗 Transformers to transcribe audio files"
60
  " of arbitrary length. Check some of the 'cool' examples below")
61
 
62
- examples = [["When a Demon Defiles a Witch.wav","transcribe",True]
63
  ["Immaculate Misconception.wav","transcribe", True]]
64
 
65
 
 
59
  f" checkpoint [{MODEL_NAME1}](https://huggingface.co/{MODEL_NAME1}) and 🤗 Transformers to transcribe audio files"
60
  " of arbitrary length. Check some of the 'cool' examples below")
61
 
62
+ examples = [["When a Demon Defiles a Witch.wav","transcribe",True],
63
  ["Immaculate Misconception.wav","transcribe", True]]
64
 
65