NCTCMumbai commited on
Commit
991d4cb
1 Parent(s): 7c0f8d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -35,8 +35,8 @@ template = env.get_template('template.j2')
35
  template_html = env.get_template('template_html.j2')
36
 
37
  # crossEncoder
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?',
 
35
  template_html = env.get_template('template_html.j2')
36
 
37
  # crossEncoder
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?',