jpdiazpardo commited on
Commit
4ca7369
1 Parent(s): a239f1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -27,9 +27,9 @@ description = ("Transcribe long-form audio inputs with the click of a button! De
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]]
33
 
34
  linkedin = generate_icon("linkedin")
35
  github = generate_icon("github")
 
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
+ "examples/When a Demon Defiles a Witch.wav",True, True],
31
  ["https://www.youtube.com/watch?v=BnO3Io0KOl4&ab_channel=MotionlessInWhite-Topic",None,None,
32
+ "examples/Immaculate Misconception.wav",True, True]]
33
 
34
  linkedin = generate_icon("linkedin")
35
  github = generate_icon("github")