Spaces:
Runtime error
Runtime error
chumpblocckami
commited on
Commit
•
a986644
1
Parent(s):
1b878d8
feat: updated app
Browse files
README.md
CHANGED
@@ -7,6 +7,4 @@ sdk: streamlit
|
|
7 |
sdk_version: 1.10.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
-
---
|
11 |
-
|
12 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
7 |
sdk_version: 1.10.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
---
|
|
|
|
app.py
CHANGED
@@ -48,6 +48,3 @@ if (submit and len(text.strip()) > 0) or len(text.strip()) > 0:
|
|
48 |
st.header("Prediction:")
|
49 |
annotated_text(*parsed_text)
|
50 |
|
51 |
-
st.header('Raw values:')
|
52 |
-
st.json(prediction)
|
53 |
-
|
|
|
48 |
st.header("Prediction:")
|
49 |
annotated_text(*parsed_text)
|
50 |
|
|
|
|
|
|