Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Rachel1809
/
toxic-comment-classification
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Rachel1809
commited on
Sep 25, 2022
Commit
03d6caa
·
1 Parent(s):
3107ec5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
import gradio as gr
2
3
model = tf.keras.models.load_model('toxic-detect.h5')
4
1
import gradio as gr
2
+
import tensorflow as tf
3
4
model = tf.keras.models.load_model('toxic-detect.h5')
5