Sethblocks commited on
Commit
73720f9
1 Parent(s): 84267b2

modified: app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -161,7 +161,9 @@ with gr.Blocks() as demo:
161
  pass
162
  try:
163
  autime = librosa.get_duration("output.wav")
 
164
  print(autime)
 
165
  except:
166
  autime = 0
167
  return msgsview, "output.wav"
 
161
  pass
162
  try:
163
  autime = librosa.get_duration("output.wav")
164
+ print("\n\n\n\n\n\n")
165
  print(autime)
166
+ print("\n\n\n\n")
167
  except:
168
  autime = 0
169
  return msgsview, "output.wav"