Spaces:
Sleeping
Sleeping
paulbauriegel
commited on
Commit
•
95ddc82
1
Parent(s):
13408d8
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,7 @@ import pandas as pd
|
|
3 |
import gradio as gr
|
4 |
import psutil
|
5 |
import time
|
|
|
6 |
|
7 |
model = WhisperModel('large-v2', device="cpu", compute_type="int8")
|
8 |
|
|
|
3 |
import gradio as gr
|
4 |
import psutil
|
5 |
import time
|
6 |
+
import whisperx
|
7 |
|
8 |
model = WhisperModel('large-v2', device="cpu", compute_type="int8")
|
9 |
|