taimoor61 commited on
Commit
a3ca24e
·
1 Parent(s): 4d200f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def classify(text):
12
 
13
  description = "This AI model is trained to classify texts expressing human emotion into six categories: sadness, joy, love, anger, fear, and surprise."
14
  title = "Classify Texts Expressing Emotion"
15
- # theme = "peach"
16
  examples=[["This is such a beautiful place"]]
17
 
18
  gr.Interface(fn=classify,
 
12
 
13
  description = "This AI model is trained to classify texts expressing human emotion into six categories: sadness, joy, love, anger, fear, and surprise."
14
  title = "Classify Texts Expressing Emotion"
15
+ # theme = "black"
16
  examples=[["This is such a beautiful place"]]
17
 
18
  gr.Interface(fn=classify,