Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 222 |
-
description="
|
| 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 và đặt câu hỏi liên quan (CHỈ HỖ TRỢ TIẾNG ANH)"
|
| 223 |
)
|
| 224 |
return iface
|
| 225 |
except Exception as e:
|