Spaces:
Runtime error
Runtime error
Update chatbot.py
Browse files- chatbot.py +3 -3
chatbot.py
CHANGED
|
@@ -78,7 +78,7 @@ EXAMPLES = [
|
|
| 78 |
[
|
| 79 |
{
|
| 80 |
"text": "What unusual happens in this video.",
|
| 81 |
-
"files": [f"{examples_path}/example_video/accident.
|
| 82 |
}
|
| 83 |
],
|
| 84 |
[
|
|
@@ -100,8 +100,8 @@ EXAMPLES = [
|
|
| 100 |
],
|
| 101 |
[
|
| 102 |
{
|
| 103 |
-
"text": "
|
| 104 |
-
"files": [f"{examples_path}/example_images/
|
| 105 |
}
|
| 106 |
],
|
| 107 |
[
|
|
|
|
| 78 |
[
|
| 79 |
{
|
| 80 |
"text": "What unusual happens in this video.",
|
| 81 |
+
"files": [f"{examples_path}/example_video/accident.gif"],
|
| 82 |
}
|
| 83 |
],
|
| 84 |
[
|
|
|
|
| 100 |
],
|
| 101 |
[
|
| 102 |
{
|
| 103 |
+
"text": "read what's written on the paper",
|
| 104 |
+
"files": [f"{examples_path}/example_images/paper_with_text.png"],
|
| 105 |
}
|
| 106 |
],
|
| 107 |
[
|