NCTCMumbai commited on
Commit
60c97ea
1 Parent(s): 99c5036

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ template_html = env.get_template('template_html.j2')
38
  cross_encoder = CrossEncoder('cross-encoder/ms-marco-MiniLM-L-6-v2')
39
  #cross_encoder = CrossEncoder('BAAI/bge-reranker-base')
40
  # Examples
41
- examples = ['My transhipment cargo is missing',
42
  'What are benefits of the AEO Scheme and eligibility criteria?',
43
  'What are penalties for customs offences? ', 'what are penalties to customs officers misusing their powers under customs act?','What are eligibility criteria for exemption from cost recovery charges','list in detail what is procedure for obtaining new approval for openeing a CFS attached to an ICD']
44
 
 
38
  cross_encoder = CrossEncoder('cross-encoder/ms-marco-MiniLM-L-6-v2')
39
  #cross_encoder = CrossEncoder('BAAI/bge-reranker-base')
40
  # Examples
41
+ examples = ['My transhipment cargo is missing','can u explain and tabulate difference between b 17 bond and a warehousing bond',
42
  'What are benefits of the AEO Scheme and eligibility criteria?',
43
  'What are penalties for customs offences? ', 'what are penalties to customs officers misusing their powers under customs act?','What are eligibility criteria for exemption from cost recovery charges','list in detail what is procedure for obtaining new approval for openeing a CFS attached to an ICD']
44