Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
samir1120
/
Sentiment_Analyzer
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
samir1120
commited on
Dec 12, 2024
Commit
053528a
·
verified
·
1 Parent(s):
b38e1d9
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
# Specify the filename for your PKL file
4
filename = 'sentiment_model.pkl'
1
import gradio as gr
2
+
import pickle
3
4
# Specify the filename for your PKL file
5
filename = 'sentiment_model.pkl'