Spaces:
Running
Running
floriangardin
commited on
Commit
•
c915d01
1
Parent(s):
cc611a7
choose chord progression
Browse files- app.py +2 -1
- flagged/log.csv +2 -0
app.py
CHANGED
@@ -93,7 +93,8 @@ iface = gr.Interface(
|
|
93 |
],
|
94 |
title="Controllable Symbolic Music Generation with MusicLang Predict",
|
95 |
description="""
|
96 |
-
\n Simple application that wraps <a href="https://github.com/musiclang/musiclang_predict">musiclang predict</a>.
|
|
|
97 |
\n Customize the music generation by specifying the number of tokens, temperature, chord progression, tempo, and optionally uploading a MIDI file to use as a prompt. Specify the bar range for the MIDI prompt.
|
98 |
\nChord qualities: M, m, 7, m7, m7b5, sus2, sus4, M7, dim, dim7. You can also specify the bass if it belongs to the chord (e.g., Bm/D).
|
99 |
If no chord progression or MIDI file is given, it generates a free sample with the specified number of tokens."""
|
|
|
93 |
],
|
94 |
title="Controllable Symbolic Music Generation with MusicLang Predict",
|
95 |
description="""
|
96 |
+
\n Simple music gen application that wraps <a href="https://github.com/musiclang/musiclang_predict">musiclang predict</a>.
|
97 |
+
Beware that the model generates a score, not audio : rendered audio is only to provide a quick preview of the generated music.
|
98 |
\n Customize the music generation by specifying the number of tokens, temperature, chord progression, tempo, and optionally uploading a MIDI file to use as a prompt. Specify the bar range for the MIDI prompt.
|
99 |
\nChord qualities: M, m, 7, m7, m7b5, sus2, sus4, M7, dim, dim7. You can also specify the bass if it belongs to the chord (e.g., Bm/D).
|
100 |
If no chord progression or MIDI file is given, it generates a free sample with the specified number of tokens."""
|
flagged/log.csv
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
Number of Tokens,Temperature,Chord Progression,Tempo,Upload MIDI File,Bar Range,Generated Music,Download MIDI,Inferred output Chord Progression,Info Message,flag,username,timestamp
|
2 |
+
1024,0.9,,120,,0-4,"{""path"":""flagged/Generated Music/40e8a82a91668a20d35d/result.mp3"",""url"":""http://127.0.0.1:7860/file=/private/var/folders/52/q1zgqdvj1818brk2d_kw0stw0000gn/T/gradio/3926f3a3196bf0f0bbc8f54a4a464fa74a066dd9/result.mp3"",""size"":null,""orig_name"":""result.mp3"",""mime_type"":null,""is_stream"":false}","{""path"":""flagged/Download MIDI/1f6e813973ef7da5a542/test.mid"",""url"":""http://127.0.0.1:7860/file=/private/var/folders/52/q1zgqdvj1818brk2d_kw0stw0000gn/T/gradio/450e7e4a544b0fb7d114e7d3eadff382988e612b/test.mid"",""size"":2490,""orig_name"":""test.mid"",""mime_type"":null,""is_stream"":false}",Em CM Bm7b5/A Em GM Am Em/B Em GM Am Em/B Em GM Am Em/B Em GM Am Em/B Em GM Am Em/B Em Bm CM Em Em Bm CM Em GM Am Em/B Em GM Am Em/B Em GM Am Em/B,,,,2024-03-04 18:20:18.251715
|