Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
openai
/
whisper
like
2.01k
Running
on
L40S
App
Files
Files
Community
130
Fetching metadata from the HF Docker repository...
Burhanerdem
commited on
Jan 1, 2023
Commit
10bdfee
·
1 Parent(s):
a73450a
Add file button try
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -25,6 +25,7 @@ def inference(audio):
25
26
27
28
29
css = """
30
.gradio-container {
25
26
27
28
+
inputs = [gr.inputs.Mic(), gr.inputs.File()]
29
30
css = """
31
.gradio-container {