jpdiazpardo commited on
Commit
be35c90
1 Parent(s): 14c0ec2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ title = "Whisper Demo: Transcribe Audio"
44
  MODEL_NAME1 = "jpdiazpardo/whisper-tiny-metal"
45
 
46
  description = ("Transcribe long-form audio inputs with the click of a button! Demo uses the"
47
- f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"
48
  " of arbitrary length. Check some of the 'cool' examples below")
49
 
50
  examples = [["When a Demon Defiles a Witch.wav","transcribe",True]]
 
44
  MODEL_NAME1 = "jpdiazpardo/whisper-tiny-metal"
45
 
46
  description = ("Transcribe long-form audio inputs with the click of a button! Demo uses the"
47
+ f" checkpoint [{MODEL_NAME1}](https://huggingface.co/{MODEL_NAME1}) and 🤗 Transformers to transcribe audio files"
48
  " of arbitrary length. Check some of the 'cool' examples below")
49
 
50
  examples = [["When a Demon Defiles a Witch.wav","transcribe",True]]