Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Kiro0o/Sentiment
buzzcraft
/
Sentiment
like
0
Sleeping
App
Files
Files
Community
Kiro0o
commited on
Oct 23, 2024
Commit
41b8314
•
1 Parent(s):
89090e2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
demo = gr.Interface(
2
theme=gr.themes.Base(),
3
fn=sentiment_analysis,
1
+
import gradio as gr
2
+
3
demo = gr.Interface(
4
theme=gr.themes.Base(),
5
fn=sentiment_analysis,