Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
asigalov61/Advanced-MIDI-Renderer
svjack
/
Advanced-MIDI-Renderer
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
svjack
commited on
Jan 27
Commit
b08aa30
·
verified
·
1 Parent(s):
366e719
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -437,4 +437,4 @@ if __name__ == "__main__":
437
output_song_description
438
])
439
440
-
app.queue().launch()
437
output_song_description
438
])
439
440
+
app.queue().launch(
share = True
)