floriangardin commited on
Commit
ecbd558
·
1 Parent(s): a906ae7

choose chord progression

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -46,6 +46,7 @@ def musiclang(nb_tokens, temperature, chord_progression):
46
  # Return both the MP3 path for Gradio to display and the MIDI file path for download
47
  return mp3_path, midi_path
48
 
 
49
  # Gradio interface with inputs for temperature, nb_tokens, chord progression, and tempo
50
  iface = gr.Interface(
51
  fn=musiclang,
 
46
  # Return both the MP3 path for Gradio to display and the MIDI file path for download
47
  return mp3_path, midi_path
48
 
49
+
50
  # Gradio interface with inputs for temperature, nb_tokens, chord progression, and tempo
51
  iface = gr.Interface(
52
  fn=musiclang,