Spaces:
Configuration error
Configuration error
Kangarroar
commited on
Commit
•
ef26f66
1
Parent(s):
e9bd2c2
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ if config is not None:
|
|
93 |
# Display the file path
|
94 |
if "config_temp_file" in locals():
|
95 |
st.success("File saved to: {}".format(config_temp_file))
|
96 |
-
audio = st.file_uploader("Choose your audio", type=["wav"
|
97 |
# Check if user uploaded an audio file
|
98 |
if audio is not None:
|
99 |
#EMP FUNCTION
|
|
|
93 |
# Display the file path
|
94 |
if "config_temp_file" in locals():
|
95 |
st.success("File saved to: {}".format(config_temp_file))
|
96 |
+
audio = st.file_uploader("Choose your audio", type=["wav"])
|
97 |
# Check if user uploaded an audio file
|
98 |
if audio is not None:
|
99 |
#EMP FUNCTION
|