Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -79,17 +79,35 @@ def main():
|
|
79 |
outputs=gr.outputs.Label(num_top_classes=6, label="Emotions of this tweet is "),
|
80 |
verbose=True,
|
81 |
examples=[
|
82 |
-
["
|
|
|
|
|
|
|
|
|
83 |
[
|
84 |
-
"
|
|
|
|
|
|
|
|
|
85 |
"bertweet",
|
86 |
],
|
87 |
-
["I
|
|
|
|
|
88 |
[
|
89 |
-
"
|
90 |
"bertweet",
|
91 |
],
|
92 |
-
["
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
],
|
94 |
title="Emotion classification 🤖",
|
95 |
description="",
|
|
|
79 |
outputs=gr.outputs.Label(num_top_classes=6, label="Emotions of this tweet is "),
|
80 |
verbose=True,
|
81 |
examples=[
|
82 |
+
["Tesla Bot is truly amazing. It's the early steps of a revolution in the role that AI & robots play in human civilization.
|
83 |
+
|
84 |
+
What the Tesla team was been able to accomplish in the last few months is just incredible.
|
85 |
+
|
86 |
+
As someone who loves AI and robotics, I'm inspired beyond words.", "bertweet"],
|
87 |
[
|
88 |
+
"I got food poisoning. It sucks 🥵 but it makes me appreciate:
|
89 |
+
1. the days when I'm not sick and
|
90 |
+
2. just how damn incredible the human body is at fighting off all the things that try to kill it.
|
91 |
+
|
92 |
+
Biology is awesome. Life is awesome.",
|
93 |
"bertweet",
|
94 |
],
|
95 |
+
["I'm adding human-created captions to many podcasts soon. (It's expensive 😔) These identify the speaker, are timed to the audio, and so make for good training data.
|
96 |
+
|
97 |
+
When you and I do a podcast, we too will become immortalized as training data.", "bertweet"],
|
98 |
[
|
99 |
+
"We live inside a simulation and are ourselves creating progressively more realistic and interesting simulations. Existence is a recursive simulation generator.",
|
100 |
"bertweet",
|
101 |
],
|
102 |
+
["Here's my conversation with Will Sasso, one of the funniest people on the planet and someone who I've been a fan of for over 20 years. https://youtube.com/watch?v=xewD1apJNhw
|
103 |
+
|
104 |
+
PS: His
|
105 |
+
@Twitter
|
106 |
+
account
|
107 |
+
@WillSasso
|
108 |
+
got hacked yesterday.
|
109 |
+
@TwitterSupport
|
110 |
+
please help him out!", "deberta"],
|
111 |
],
|
112 |
title="Emotion classification 🤖",
|
113 |
description="",
|