yasserrmd commited on
Commit
df7274b
·
verified ·
1 Parent(s): d1179a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)