Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Pattr
/
DrumClassification
like
1
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Pattr
commited on
Oct 30, 2023
Commit
6fd7b3a
·
1 Parent(s):
7645bcd
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -60,5 +60,5 @@ def transcribe(sdgsd):
60
61
gr.Interface(
62
fn=transcribe,
63
-
inputs="
text
",
64
outputs="image").launch()
60
61
gr.Interface(
62
fn=transcribe,
63
+
inputs=
gr.Audio(type=
"
filepath
"
)
,
64
outputs="image").launch()