Zw07 commited on
Commit
256d194
·
verified ·
1 Parent(s): f0797fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ def main():
117
  st.markdown(wav)
118
 
119
  #Unsqueeze for line 176
120
- wav= wav.unsqueeze(0)
121
 
122
  # #2nd way
123
  # # Convert the tensor to a byte-like object in WAV format
 
117
  st.markdown(wav)
118
 
119
  #Unsqueeze for line 176
120
+ # wav= wav.unsqueeze(0)
121
 
122
  # #2nd way
123
  # # Convert the tensor to a byte-like object in WAV format