@@ -602,7 +602,7 @@ def generate_speaking_video():
return {
"text": data["question"],
"prompts": data["prompts"],
"prompts": data["prompts"] if "prompts" in data else [],
"title": data["topic"],
"video_url": sp1_video_url,
"video_path": sp1_video_path,
The note is not visible to the blocked user.