nikhedward commited on
Commit
45359ff
·
1 Parent(s): 2b5a7be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -5,7 +5,8 @@ desc = """
5
  <p style='text-align: center; color: #FF7F50'>Sample context and question inputs are provided at the bottom! Click on them to popluate the search box</p>
6
  """
7
 
8
- model_name = "deepset/tinyroberta-squad2" # distilled model: "deepset/tinyroberta-squad2", "deepset/xlm-roberta-base-squad2", "keras-io/transformers-qa"
 
9
 
10
  import gradio as gr
11
 
 
5
  <p style='text-align: center; color: #FF7F50'>Sample context and question inputs are provided at the bottom! Click on them to popluate the search box</p>
6
  """
7
 
8
+ # deepset/tinyroberta-squad2, distilled model: "deepset/tinyroberta-squad2", "deepset/xlm-roberta-base-squad2", "keras-io/transformers-qa"
9
+ model_name = "intfloat/e5-large-v2"
10
 
11
  import gradio as gr
12