KevinGeng commited on
Commit
0e2e1bc
·
1 Parent(s): 817bf26

remove pytorch

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ examples = [
73
  # model="KevinGeng/whipser_medium_en_PAL300_step25",
74
  # device=0,
75
  # )
76
- p = pipeline("automatic-speech-recogntion", model="facebook/wav2vec2-base-960h")
77
 
78
  # WER part
79
  transformation = jiwer.Compose(
 
73
  # model="KevinGeng/whipser_medium_en_PAL300_step25",
74
  # device=0,
75
  # )
76
+ p = pipeline("automatic-speech-recogntion")
77
 
78
  # WER part
79
  transformation = jiwer.Compose(