Update app.py
Browse files
app.py
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
import streamlit.components.v1 as components
|
| 3 |
from transformers import (AutoModelForSequenceClassification, AutoTokenizer,
|
|
|
|
| 1 |
+
# Code modified from https://huggingface.co/spaces/Hellisotherpeople/HF-SHAP
|
| 2 |
+
|
| 3 |
+
|
| 4 |
import streamlit as st
|
| 5 |
import streamlit.components.v1 as components
|
| 6 |
from transformers import (AutoModelForSequenceClassification, AutoTokenizer,
|