Spaces:
Runtime error
Runtime error
Commit
•
d24e34d
1
Parent(s):
e0361cf
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 speechbox import ASRDiarizationPipeline # TODO: speechbox import
|
7 |
|
8 |
MODEL_NAME = "openai/whisper-tiny"
|
9 |
|