sylaork commited on
Commit
7e02cba
·
verified ·
1 Parent(s): 2874d59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -42,10 +42,10 @@ if uploaded_file is not None:
42
 
43
  with open(output_filename, "rb") as file:
44
  st.download_button(
45
- label="Download",
46
- data=file,
47
- file_name=output_filename,
48
- mime="audio/mpeg",
49
  )
50
 
51
 
 
42
 
43
  with open(output_filename, "rb") as file:
44
  st.download_button(
45
+ label="Download",
46
+ data=file,
47
+ file_name=output_filename,
48
+ mime="audio/mpeg",
49
  )
50
 
51