Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def process_pdf_to_podcast(pdf_file):
|
|
26 |
transcript_path = os.path.join(session_dir, "data.pkl")
|
27 |
tts_ready_path = os.path.join(session_dir, "podcast_ready_data.pkl")
|
28 |
audio_output_path = os.path.join(session_dir, "final_podcast_audio.mp3")
|
29 |
-
text_model= "meta-llama/Llama-3.2-3B-Instruct"
|
30 |
|
31 |
# Step 1: Extract Text from PDF
|
32 |
shutil.copy(pdf_file, pdf_path)
|
|
|
26 |
transcript_path = os.path.join(session_dir, "data.pkl")
|
27 |
tts_ready_path = os.path.join(session_dir, "podcast_ready_data.pkl")
|
28 |
audio_output_path = os.path.join(session_dir, "final_podcast_audio.mp3")
|
29 |
+
text_model= "meta-llama/Llama-3.2-3B-Instruct-QLORA_INT4_EO8"
|
30 |
|
31 |
# Step 1: Extract Text from PDF
|
32 |
shutil.copy(pdf_file, pdf_path)
|