Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Jayesh13
/
Toxic_comment_classification
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Jayesh13
commited on
Dec 22, 2022
Commit
d378476
·
1 Parent(s):
fe63dc9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -1,5 +1,4 @@
1
import streamlit as st
2
-
from transformers import Automodel
3
import pickle
4
from tensorflow.keras.models import load_model
5
1
import streamlit as st
2
import pickle
3
from tensorflow.keras.models import load_model
4