suvrobaner commited on
Commit
591b996
·
1 Parent(s): 6ed0b16

added the modules

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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):