gabisrau commited on
Commit
606e3b3
·
1 Parent(s): b6bbdb6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -38,6 +38,9 @@ def main_note(audio):
38
  volume_per_pitch[pitch] = 0
39
  volume_per_pitch[pitch] += 1.0 * volume / total_volume
40
  return volume_per_pitch
 
 
 
41
 
42
 
43
  iface = gr.Interface(
 
38
  volume_per_pitch[pitch] = 0
39
  volume_per_pitch[pitch] += 1.0 * volume / total_volume
40
  return volume_per_pitch
41
+
42
+
43
+
44
 
45
 
46
  iface = gr.Interface(