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