Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,7 +39,7 @@ def process_pdf_to_podcast(pdf_file):
|
|
| 39 |
text_preview = file.read(500)
|
| 40 |
|
| 41 |
# Step 2: Generate Transcript
|
| 42 |
-
processor = TranscriptProcessor(clean_text_path)
|
| 43 |
transcript_path = processor.generate_transcript()
|
| 44 |
|
| 45 |
# Load the generated transcript for preview
|
|
|
|
| 39 |
text_preview = file.read(500)
|
| 40 |
|
| 41 |
# Step 2: Generate Transcript
|
| 42 |
+
processor = TranscriptProcessor(clean_text_path,text_model)
|
| 43 |
transcript_path = processor.generate_transcript()
|
| 44 |
|
| 45 |
# Load the generated transcript for preview
|