nikhedward commited on
Commit
6eb8178
1 Parent(s): 9d1ea01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ 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 = "sentence-transformers/all-MiniLM-L6-v2" # 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
+ 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