asigalov61 commited on
Commit
8b5344f
·
verified ·
1 Parent(s): 58672a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -121,7 +121,9 @@ def ID_MIDI(input_midi):
121
 
122
  prompt = "Please create a summary table for a MIDI file based on the following keywords strings, best possible description and best possible summary fields. Please respond with the table only. Do not say anything else. Thank you."
123
 
124
- data = 'Source MIDI dataset: ' + output_midi_src_dataset + '\n' + output_midi_path_str
 
 
125
 
126
  messages = [
127
  {
 
121
 
122
  prompt = "Please create a summary table for a MIDI file based on the following keywords strings, best possible description and best possible summary fields. Please respond with the table only. Do not say anything else. Thank you."
123
 
124
+ data = 'Source MIDI dataset: ' + output_midi_src_dataset + '\n'
125
+ data += 'Keywords strings:' + '\n'
126
+ data += output_midi_path_str
127
 
128
  messages = [
129
  {