paulbauriegel commited on
Commit
0dca430
·
1 Parent(s): ef9f4cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ from faster_whisper import WhisperModel
2
  import pandas as pd
3
  import gradio as gr
4
  import psutil
 
5
 
6
  model = WhisperModel('large-v2', device="cpu", compute_type="int8")
7
 
 
2
  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