khang119966 commited on
Commit
895a9c6
·
verified ·
1 Parent(s): ee3c65c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -218,9 +218,9 @@ demo = gr.ChatInterface(
218
  Bias, Risks, and Limitations
219
  The model might have biases because it learned from data that could be biased.
220
  Users should be cautious of these possible biases when using the model.""",
221
- examples=[{"text": "Mô tả hình ảnh.", "files":["./demo_3.jpg"]},
222
- {"text": "Trích xuất các thông tin từ ảnh.", "files":["./demo_1.jpg"]},
223
- {"text": "Mô tả hình ảnh một cách chi tiết.", "files":["./demo_2.jpg"]}],
224
  title="❄️ Vintern-3B-beta Test ❄️",
225
  multimodal=True,
226
  css=CSS
 
218
  Bias, Risks, and Limitations
219
  The model might have biases because it learned from data that could be biased.
220
  Users should be cautious of these possible biases when using the model.""",
221
+ # examples=[{"text": "Mô tả hình ảnh.", "files":["./demo_3.jpg"]},
222
+ # {"text": "Trích xuất các thông tin từ ảnh.", "files":["./demo_1.jpg"]},
223
+ # {"text": "Mô tả hình ảnh một cách chi tiết.", "files":["./demo_2.jpg"]}],
224
  title="❄️ Vintern-3B-beta Test ❄️",
225
  multimodal=True,
226
  css=CSS