Spaces:
Running
Running
oceansweep
commited on
Commit
•
8755180
1
Parent(s):
277d39b
Update app.py
Browse files
app.py
CHANGED
@@ -374,7 +374,7 @@ def process_url(input_path, num_speakers=2, whisper_model="small.en", custom_pro
|
|
374 |
return json_data, summary_file_path, json_file_path, summary_file_path
|
375 |
|
376 |
else:
|
377 |
-
return json_data, "Summary not available.", json_file_path,
|
378 |
|
379 |
else:
|
380 |
return None, "No results found.", None, None
|
|
|
374 |
return json_data, summary_file_path, json_file_path, summary_file_path
|
375 |
|
376 |
else:
|
377 |
+
return json_data, "Summary not available.", json_file_path, "Summary not available."
|
378 |
|
379 |
else:
|
380 |
return None, "No results found.", None, None
|