Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
patchbanks
/
nanoMPC
like
8
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
patchbanks
commited on
Mar 28, 2025
Commit
d68cd4c
·
verified
·
1 Parent(s):
3993699
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -235,4 +235,4 @@ with gr.Blocks() as iface:
235
outputs=[midi_file, audio_file]
236
)
237
238
-
iface.launch()
235
outputs=[midi_file, audio_file]
236
)
237
238
+
iface.launch(
share=True
)