Spaces:
Running
Running
Update pipeline.py
Browse files- pipeline.py +1 -1
pipeline.py
CHANGED
|
@@ -216,7 +216,7 @@ async def fetch_all(links, timeout=15):
|
|
| 216 |
tasks = [fetch_url(session, l, timeout) for l in links]
|
| 217 |
return await asyncio.gather(*tasks)
|
| 218 |
|
| 219 |
-
async def
|
| 220 |
print(link)
|
| 221 |
if len(data_preprocess.normalize_for_overlap(all_output)) > 600000:
|
| 222 |
print("break here")
|
|
|
|
| 216 |
tasks = [fetch_url(session, l, timeout) for l in links]
|
| 217 |
return await asyncio.gather(*tasks)
|
| 218 |
|
| 219 |
+
async def process_link_allOutput(link, iso, acc, saveLinkFolder, linksWithTexts, all_output):
|
| 220 |
print(link)
|
| 221 |
if len(data_preprocess.normalize_for_overlap(all_output)) > 600000:
|
| 222 |
print("break here")
|