Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vikiiiii
/
musical-tone-123
like
2
Runtime error
App
Files
Files
Community
vikiiiii
commited on
Apr 12, 2022
Commit
6abc803
·
1 Parent(s):
0f42ca4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -18,4 +18,4 @@ gr.Interface(
18
],
19
"audio",
20
title="Generate a Musical Tone!"
21
-
).launch(share=
True
)
18
],
19
"audio",
20
title="Generate a Musical Tone!"
21
+
).launch(share=
False
)