Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kabita-choudhary
/
audio_to_text
like
5
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
kabita-choudhary
commited on
Oct 20, 2022
Commit
c971b66
·
1 Parent(s):
a364ce9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
import gradio as gr
2
-
3
def greet(audio):
4
model = whisper.load_model("base")
5
1
import gradio as gr
2
+
import whisper
3
def greet(audio):
4
model = whisper.load_model("base")
5