Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
byos
/
MusicgenBot
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
byos
commited on
Apr 25, 2025
Commit
43e9937
·
verified
·
1 Parent(s):
bab29cb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -30,4 +30,4 @@ iface = gr.Interface(
30
31
# Jalankan Gradio
32
if __name__ == "__main__":
33
-
iface.launch()
30
31
# Jalankan Gradio
32
if __name__ == "__main__":
33
+
iface.launch(
share=True
)