Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|
|