Spaces:
Runtime error
Runtime error
nikhedward
commited on
Commit
•
fce2b3a
1
Parent(s):
3c91adb
Update app.py
Browse files
app.py
CHANGED
@@ -8,8 +8,8 @@ desc = """
|
|
8 |
<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>
|
9 |
"""
|
10 |
|
11 |
-
#
|
12 |
-
model_name = "
|
13 |
|
14 |
import gradio as gr
|
15 |
|
|
|
8 |
<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>
|
9 |
"""
|
10 |
|
11 |
+
# distilled model: "deepset/tinyroberta-squad2", "deepset/xlm-roberta-base-squad2", "keras-io/transformers-qa"
|
12 |
+
model_name = "deepset/tinyroberta-squad2"
|
13 |
|
14 |
import gradio as gr
|
15 |
|