Spaces:
Runtime error
Runtime error
suvrobaner
commited on
Commit
·
591b996
1
Parent(s):
6ed0b16
added the modules
Browse files
app.py
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
pipe = pipeline(model = "suvrobaner/whisper-small-finetuned-hi-commonvoice")
|
2 |
|
3 |
def transcribe(audio):
|
|
|
1 |
+
from transformers import pipeline
|
2 |
+
import gradio as gr
|
3 |
+
|
4 |
pipe = pipeline(model = "suvrobaner/whisper-small-finetuned-hi-commonvoice")
|
5 |
|
6 |
def transcribe(audio):
|