MadvaAparna commited on
Commit
109b367
·
verified ·
1 Parent(s): 285263e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -8,7 +8,6 @@ Original file is located at
8
  """
9
 
10
  import gradio as gr
11
- import librosa
12
  from transformers import AutoFeatureExtractor, AutoModelForSeq2SeqLM, AutoTokenizer, pipeline
13
 
14
  model_name1 = "openai/whisper-tiny"
@@ -32,5 +31,4 @@ gr.Interface(
32
  inputs = inputs,
33
  outputs = "text",
34
  title="Kannada ASR model",
35
- ).launch()
36
- # debug=True
 
8
  """
9
 
10
  import gradio as gr
 
11
  from transformers import AutoFeatureExtractor, AutoModelForSeq2SeqLM, AutoTokenizer, pipeline
12
 
13
  model_name1 = "openai/whisper-tiny"
 
31
  inputs = inputs,
32
  outputs = "text",
33
  title="Kannada ASR model",
34
+ ).launch()