Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,6 @@ def process_pdf_to_podcast(pdf_file):
|
|
61 |
|
62 |
|
63 |
# Final Step: Generate Audio after optional adjustments
|
64 |
-
@spaces.GPU
|
65 |
def generate_audio_from_modified_text(tts_ready_text):
|
66 |
# Save any modified TTS-ready transcript
|
67 |
with open(tts_ready_path, 'wb') as f:
|
|
|
61 |
|
62 |
|
63 |
# Final Step: Generate Audio after optional adjustments
|
|
|
64 |
def generate_audio_from_modified_text(tts_ready_text):
|
65 |
# Save any modified TTS-ready transcript
|
66 |
with open(tts_ready_path, 'wb') as f:
|