rdose commited on
Commit
f288ccd
1 Parent(s): d1bc653

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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: