Spaces:
Running
Running
Update pipeline.py
Browse files- pipeline.py +1 -1
pipeline.py
CHANGED
|
@@ -314,7 +314,7 @@ async def process_link_chunk_allOutput(link, iso, acc, saveLinkFolder, out_links
|
|
| 314 |
|
| 315 |
|
| 316 |
# Main execution
|
| 317 |
-
def pipeline_with_gemini(accessions,stop_flag=None, niche_cases=None, save_df=None):
|
| 318 |
# output: country, sample_type, ethnic, location, money_cost, time_cost, explain
|
| 319 |
# there can be one accession number in the accessions
|
| 320 |
# Prices are per 1,000 tokens
|
|
|
|
| 314 |
|
| 315 |
|
| 316 |
# Main execution
|
| 317 |
+
async def pipeline_with_gemini(accessions,stop_flag=None, niche_cases=None, save_df=None):
|
| 318 |
# output: country, sample_type, ethnic, location, money_cost, time_cost, explain
|
| 319 |
# there can be one accession number in the accessions
|
| 320 |
# Prices are per 1,000 tokens
|