aopstudio commited on
Commit
9108216
·
1 Parent(s): fa11817

加快速度

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  from faster_whisper import WhisperModel
3
 
4
- model = WhisperModel("large-v3")
5
 
6
 
7
 
 
1
  import gradio as gr
2
  from faster_whisper import WhisperModel
3
 
4
+ model = WhisperModel("large-v3",compute_type='auto')
5
 
6
 
7