Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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:
|