Spaces:
Running
Running
Update pipeline.py
Browse files- pipeline.py +1 -0
pipeline.py
CHANGED
|
@@ -135,6 +135,7 @@ def pipeline_with_gemini(accessions):
|
|
| 135 |
accs_output = {}
|
| 136 |
genai.configure(api_key=os.getenv("GOOGLE_API_KEY"))
|
| 137 |
for acc in accessions:
|
|
|
|
| 138 |
start = time.time()
|
| 139 |
total_cost_title = 0
|
| 140 |
jsonSM, links, article_text = {},[], ""
|
|
|
|
| 135 |
accs_output = {}
|
| 136 |
genai.configure(api_key=os.getenv("GOOGLE_API_KEY"))
|
| 137 |
for acc in accessions:
|
| 138 |
+
print("start gemini: ", acc)
|
| 139 |
start = time.time()
|
| 140 |
total_cost_title = 0
|
| 141 |
jsonSM, links, article_text = {},[], ""
|