Tin113 commited on
Commit
39d6d29
·
verified ·
1 Parent(s): 8f08c02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -218,8 +218,8 @@ def create_interface():
218
  gr.Textbox(label="Question")
219
  ],
220
  outputs=gr.Textbox(label="Answer"),
221
- title="VQA System",
222
- description="Upload an image and ask questions about it"
223
  )
224
  return iface
225
  except Exception as e:
 
218
  gr.Textbox(label="Question")
219
  ],
220
  outputs=gr.Textbox(label="Answer"),
221
+ title="VQA train từ đầu",
222
+ description="Tải ảnh về động vật lên đặt câu hỏi liên quan (CHỈ HỖ TRỢ TIẾNG ANH)"
223
  )
224
  return iface
225
  except Exception as e: