Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DS553-Music-Bot
/
Chord-Bot-API
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Krish Shah-Nathwani
commited on
Oct 6, 2025
Commit
ca106aa
·
1 Parent(s):
230401b
public Gradio link generation turned on
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -57,4 +57,4 @@ demo = gr.Interface(
57
)
58
59
if __name__ == "__main__":
60
-
demo.launch()
57
)
58
59
if __name__ == "__main__":
60
+
demo.launch(
share=True
)