Spaces:
Runtime error
Runtime error
sanchit-gandhi
commited on
Commit
·
84bd589
1
Parent(s):
241f12e
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import os
|
|
3 |
|
4 |
import gradio as gr
|
5 |
import pytube as pt
|
6 |
-
from
|
7 |
|
8 |
MODEL_NAME = "openai/whisper-tiny"
|
9 |
|
|
|
3 |
|
4 |
import gradio as gr
|
5 |
import pytube as pt
|
6 |
+
from asr_diarizer import ASRDiarizationPipeline # TODO: speechbox import
|
7 |
|
8 |
MODEL_NAME = "openai/whisper-tiny"
|
9 |
|