RexChan commited on
Commit
134f3cd
·
verified ·
1 Parent(s): a473b31

Update app.py

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