awacke1 commited on
Commit
dcbdb57
·
verified ·
1 Parent(s): a74fb9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -310,7 +310,7 @@ def save_qa_with_audio(question, answer, voice=None):
310
  md_file = create_file(question, answer, "md")
311
 
312
  # Generate audio file
313
- audio_text = f"Question: {question}\n\nAnswer: {answer}"
314
  audio_file = speak_with_edge_tts(
315
  audio_text,
316
  voice=voice,
 
310
  md_file = create_file(question, answer, "md")
311
 
312
  # Generate audio file
313
+ audio_text = f"{question}\n\nAnswer: {answer}"
314
  audio_file = speak_with_edge_tts(
315
  audio_text,
316
  voice=voice,