Spaces:
Running
on
Zero
Running
on
Zero
Update chatbot.py
Browse files- chatbot.py +7 -1
chatbot.py
CHANGED
@@ -74,6 +74,12 @@ EXAMPLES = [
|
|
74 |
"files": [f"{examples_path}/example_video/accident.gif"],
|
75 |
}
|
76 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
[
|
78 |
{
|
79 |
"text": "Who are they? Tell me about both of them",
|
@@ -93,7 +99,7 @@ EXAMPLES = [
|
|
93 |
],
|
94 |
[
|
95 |
{
|
96 |
-
"text": "
|
97 |
"files": [f"{examples_path}/example_images/paper_with_text.png"],
|
98 |
}
|
99 |
],
|
|
|
74 |
"files": [f"{examples_path}/example_video/accident.gif"],
|
75 |
}
|
76 |
],
|
77 |
+
[
|
78 |
+
{
|
79 |
+
"text": "explain this video, Identify a superhero in thi clip",
|
80 |
+
"files": [f"{examples_path}/example_video/spiderman.gif"],
|
81 |
+
}
|
82 |
+
],
|
83 |
[
|
84 |
{
|
85 |
"text": "Who are they? Tell me about both of them",
|
|
|
99 |
],
|
100 |
[
|
101 |
{
|
102 |
+
"text": "What's written on this paper",
|
103 |
"files": [f"{examples_path}/example_images/paper_with_text.png"],
|
104 |
}
|
105 |
],
|