Spaces:
Runtime error
Runtime error
Vishaltiwari2019
commited on
Commit
•
3181e41
1
Parent(s):
d8c2b28
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from transformers import pipeline
|
|
3 |
|
4 |
# Emotion Text Classification
|
5 |
title_emotion = "Classify text according to emotion"
|
6 |
-
description_emotion = "Emotion text classification
|
7 |
examples_emotion = [
|
8 |
["Remember before Twitter when you took a photo of food, got the film developed, then drove around showing everyone the pic? No? Me neither."],
|
9 |
['''"We are all here because we're committed to the biggest question of all: What's out there?" Take your first steps toward answering that question by watching our Gameplay Reveal from the #XboxBethesda Showcase. '''],
|
|
|
3 |
|
4 |
# Emotion Text Classification
|
5 |
title_emotion = "Classify text according to emotion"
|
6 |
+
description_emotion = "Emotion text classification by Vishal Tiwari "
|
7 |
examples_emotion = [
|
8 |
["Remember before Twitter when you took a photo of food, got the film developed, then drove around showing everyone the pic? No? Me neither."],
|
9 |
['''"We are all here because we're committed to the biggest question of all: What's out there?" Take your first steps toward answering that question by watching our Gameplay Reveal from the #XboxBethesda Showcase. '''],
|