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
482d77f
·
1 Parent(s):
5a114c0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -61,4 +61,4 @@ def transcribe():
61
gr.Interface(
62
fn=transcribe,
63
inputs="text",
64
-
outputs="image").launch(
share = True
)
61
gr.Interface(
62
fn=transcribe,
63
inputs="text",
64
+
outputs="image").launch()