Zw07 commited on
Commit
f3b99f7
·
verified ·
1 Parent(s): 9c860eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -169,6 +169,7 @@ def main():
169
  data=binary_data,
170
  file_name="output.mp3",
171
  mime="audio/mpeg",
 
172
  except RuntimeError:
173
  st.error("Please input audio with one channel (mono-channel)")
174
 
 
169
  data=binary_data,
170
  file_name="output.mp3",
171
  mime="audio/mpeg",
172
+ )
173
  except RuntimeError:
174
  st.error("Please input audio with one channel (mono-channel)")
175