Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -179,6 +179,7 @@ chat_interface = gr.ChatInterface(
|
|
| 179 |
],
|
| 180 |
examples=[
|
| 181 |
[{"text": "ืืชืื ืื ืืืงืฉื ืฉืืจ ืืืชืืจ ืืช ืืชืืื ื", "files": ["examples/image1.jpg"]}],
|
|
|
|
| 182 |
[{"text": "ืชืคืื ืืืื ืขื ืืจืื ืืืจืชืืช"}]
|
| 183 |
],
|
| 184 |
textbox=gr.MultimodalTextbox(
|
|
|
|
| 179 |
],
|
| 180 |
examples=[
|
| 181 |
[{"text": "ืืชืื ืื ืืืงืฉื ืฉืืจ ืืืชืืจ ืืช ืืชืืื ื", "files": ["examples/image1.jpg"]}],
|
| 182 |
+
[{"text": "ืชืืจ ืืช ืืชืืื ื ืืื ืืชืื ืขื ืื ืฉืืจ", "files": ["examples/image2.jpg"]}],
|
| 183 |
[{"text": "ืชืคืื ืืืื ืขื ืืจืื ืืืจืชืืช"}]
|
| 184 |
],
|
| 185 |
textbox=gr.MultimodalTextbox(
|