Spaces:
Runtime error
Runtime error
ivanokhotnikov
commited on
Commit
·
6210bb1
1
Parent(s):
218f384
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ pl = pipeline('text-classification',
|
|
13 |
model='nbroad/longformer-base-health-fact')
|
14 |
st.header('Results')
|
15 |
st.write(pl(claim))
|
16 |
-
st.header('
|
17 |
with urllib.request.urlopen(TEST_METRICS) as response:
|
18 |
metrics = json.load(response)
|
19 |
st.write(metrics)
|
|
|
13 |
model='nbroad/longformer-base-health-fact')
|
14 |
st.header('Results')
|
15 |
st.write(pl(claim))
|
16 |
+
st.header('Self-reported test metrics')
|
17 |
with urllib.request.urlopen(TEST_METRICS) as response:
|
18 |
metrics = json.load(response)
|
19 |
st.write(metrics)
|