Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -377,7 +377,7 @@ async def upload_file(audio_file: UploadFile = File(...)):
|
|
| 377 |
analysis_result.duration = 0.0
|
| 378 |
return AnalysisResult(
|
| 379 |
duration=force_float(analysis_result.duration) or 0.0,
|
| 380 |
-
language=
|
| 381 |
timeline_data=[
|
| 382 |
TimelineItem(
|
| 383 |
start=force_float(item.get('start')) or 0.0,
|
|
|
|
| 377 |
analysis_result.duration = 0.0
|
| 378 |
return AnalysisResult(
|
| 379 |
duration=force_float(analysis_result.duration) or 0.0,
|
| 380 |
+
language= languageCode,
|
| 381 |
timeline_data=[
|
| 382 |
TimelineItem(
|
| 383 |
start=force_float(item.get('start')) or 0.0,
|