加快速度
Browse files
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 |
|