VyLala commited on
Commit
3dd797e
·
verified ·
1 Parent(s): 6d08ea3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -467,7 +467,7 @@ with gr.Blocks() as interface:
467
  try:
468
  # You can still use run_with_timeout if you want per-accession timeout
469
  success, rows = run_with_timeout(
470
- summarize_results,
471
  args=(acc,),
472
  timeout=None, # or set max seconds per sample if needed
473
  stop_value=stop_flag
 
467
  try:
468
  # You can still use run_with_timeout if you want per-accession timeout
469
  success, rows = run_with_timeout(
470
+ mtdna_backend.summarize_results,
471
  args=(acc,),
472
  timeout=None, # or set max seconds per sample if needed
473
  stop_value=stop_flag