Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -318,6 +318,8 @@ def inference(input_batch,isurl,use_archive,filt_companies_topic,limit_companies
|
|
| 318 |
else:
|
| 319 |
print("[E] URL=",url,"not found")
|
| 320 |
extracted = ""
|
|
|
|
|
|
|
| 321 |
if len(extracted)>100:
|
| 322 |
input_batch_content.append(extracted)
|
| 323 |
else:
|
|
|
|
| 318 |
else:
|
| 319 |
print("[E] URL=",url,"not found")
|
| 320 |
extracted = ""
|
| 321 |
+
url_list.pop() #Remove last from list
|
| 322 |
+
|
| 323 |
if len(extracted)>100:
|
| 324 |
input_batch_content.append(extracted)
|
| 325 |
else:
|