Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|