m-ric HF Staff commited on
Commit
b065765
·
verified ·
1 Parent(s): 21fea69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -132,6 +132,7 @@ def stream_audio_generator(podcast_text):
132
  break
133
 
134
  # Yield the audio chunk with sample rate
 
135
  yield chunk
136
 
137
  except Exception as e:
 
132
  break
133
 
134
  # Yield the audio chunk with sample rate
135
+ print(chunk)
136
  yield chunk
137
 
138
  except Exception as e: