update demo

This commit is contained in:
root
2022-01-28 12:59:36 +00:00
parent 48e4eba7a9
commit f68d24cf16
6 changed files with 18 additions and 8 deletions

View File

@@ -1,5 +1,13 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "bb2e6f60",
"metadata": {},
"source": [
"# BLIP: Inference Demo"
]
},
{
"cell_type": "code",
"execution_count": null,
@@ -53,7 +61,8 @@
"id": "f72f4406",
"metadata": {},
"source": [
"# Image Captioning"
"# Image Captioning\n",
"Perform image captioning using finetuned BLIP model"
]
},
{
@@ -98,7 +107,8 @@
"id": "fac320a2",
"metadata": {},
"source": [
"# VQA"
"# VQA\n",
"Perform visual question answering using finetuned BLIP model"
]
},
{