oceansweep commited on
Commit
8755180
1 Parent(s): 277d39b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, None
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