RexChan commited on
Commit
716fda2
·
verified ·
1 Parent(s): 1b2cdd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ button_click = st.button("Run Analysis", type="primary")
22
 
23
  # load song
24
  input_file = os.path.join(os.path.dirname(__file__), 'test1.mp3')
25
- output_file = os.path.join(os.path.dirname(__file__)
26
 
27
  # preprocess and crop audio file
28
 
 
22
 
23
  # load song
24
  input_file = os.path.join(os.path.dirname(__file__), 'test1.mp3')
25
+ output_file = os.path.join(os.path.dirname(__file__))
26
 
27
  # preprocess and crop audio file
28