Spaces:
Runtime error
Runtime error
jpdiazpardo
commited on
Commit
•
7e445fd
1
Parent(s):
546413d
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ description = ("Transcribe long-form audio inputs with the click of a button! De
|
|
26 |
f" checkpoint [{MODEL_NAME1}](https://huggingface.co/{MODEL_NAME1}) and 🤗 Transformers to transcribe audio files"
|
27 |
" of arbitrary length. Check some of the 'cool' examples below")
|
28 |
|
29 |
-
examples = [["https://www.youtube.com/watch?v=W72Lnz1n-jw&ab_channel=Whitechapel-Topic",None,None
|
30 |
"When a Demon Defiles a Witch.wav",True, True],
|
31 |
["https://www.youtube.com/watch?v=BnO3Io0KOl4&ab_channel=MotionlessInWhite-Topic",None,None,
|
32 |
"Immaculate Misconception.wav",True, True]]
|
|
|
26 |
f" checkpoint [{MODEL_NAME1}](https://huggingface.co/{MODEL_NAME1}) and 🤗 Transformers to transcribe audio files"
|
27 |
" of arbitrary length. Check some of the 'cool' examples below")
|
28 |
|
29 |
+
examples = [["https://www.youtube.com/watch?v=W72Lnz1n-jw&ab_channel=Whitechapel-Topic",None,None,
|
30 |
"When a Demon Defiles a Witch.wav",True, True],
|
31 |
["https://www.youtube.com/watch?v=BnO3Io0KOl4&ab_channel=MotionlessInWhite-Topic",None,None,
|
32 |
"Immaculate Misconception.wav",True, True]]
|