awacke1 commited on
Commit
b426312
·
verified ·
1 Parent(s): 257433a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -946,7 +946,6 @@ def format_duration(seconds: float) -> str:
946
 
947
 
948
 
949
-
950
  async def create_paper_audio_files(papers: List[Dict], input_question: str):
951
  """Generate audio files for papers asynchronously with improved naming."""
952
  with PerformanceTimer("paper_audio_generation"):
@@ -1003,7 +1002,6 @@ async def create_paper_audio_files(papers: List[Dict], input_question: str):
1003
 
1004
 
1005
 
1006
-
1007
 
1008
 
1009
 
 
946
 
947
 
948
 
 
949
  async def create_paper_audio_files(papers: List[Dict], input_question: str):
950
  """Generate audio files for papers asynchronously with improved naming."""
951
  with PerformanceTimer("paper_audio_generation"):
 
1002
 
1003
 
1004
 
 
1005
 
1006
 
1007