jpdiazpardo commited on
Commit
49d68ff
1 Parent(s): ad3636f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -40,8 +40,8 @@ article = ("<div style='text-align: center; max-width:800px; margin:10px auto;'>
40
 
41
  title = "Scream: Fine-Tuned Whisper model for automatic gutural speech recognition 🤟🤟🤟"
42
 
43
- examples = [["Whitechapel - Prostatic Fluid Asphyxiation",True,True],
44
- ["Suicide Silence - Genocide",True,True]
45
  ]
46
 
47
  #-------------------------------------------------------------------------------------------------------------------------------
 
40
 
41
  title = "Scream: Fine-Tuned Whisper model for automatic gutural speech recognition 🤟🤟🤟"
42
 
43
+ examples = [["Whitechapel - Prostatic Fluid Asphyxiation.wav",True,True],
44
+ ["Suicide Silence - Genocide.wav",True,True]
45
  ]
46
 
47
  #-------------------------------------------------------------------------------------------------------------------------------