Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ button_click = st.button("Run Analysis", type="primary")
|
|
21 |
|
22 |
|
23 |
# load song
|
24 |
-
input_file = os.path.join(os.path.dirname(__file__),
|
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
|