Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|