Spaces:
Runtime error
Runtime error
JackismyShephard
commited on
Commit
·
2178240
1
Parent(s):
d1d5581
remove unnecessary import
Browse files
app.py
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
import torch
|
2 |
from transformers import pipeline
|
3 |
-
from transformers.pipelines.audio_utils import ffmpeg_read
|
4 |
import gradio as gr
|
5 |
|
6 |
MODEL_NAME = "JackismyShephard/whisper-medium.en-finetuned-gtzan"
|
|
|
1 |
import torch
|
2 |
from transformers import pipeline
|
|
|
3 |
import gradio as gr
|
4 |
|
5 |
MODEL_NAME = "JackismyShephard/whisper-medium.en-finetuned-gtzan"
|