Zw07 commited on
Commit
092917a
·
verified ·
1 Parent(s): c294d9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -140,7 +140,7 @@ def main():
140
  wav, sample_rate = torchaudio.load("test.wav")
141
  st.markdown("Before unsquuezewav")
142
  st.markdown(wav)
143
- wav= wav.unsqueeze(0)
144
 
145
  #2nd way
146
  # Convert the tensor to a byte-like object in WAV format
 
140
  wav, sample_rate = torchaudio.load("test.wav")
141
  st.markdown("Before unsquuezewav")
142
  st.markdown(wav)
143
+ #wav= wav.unsqueeze(0)
144
 
145
  #2nd way
146
  # Convert the tensor to a byte-like object in WAV format