Skip to content

Commit

Permalink
Typos and some noew prompts
Browse files Browse the repository at this point in the history
  • Loading branch information
Giom-V committed Dec 18, 2024
1 parent 47fc37d commit 1ec6833
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gemini-2/video_understanding.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@
"source": [
"# Extract and organize text\n",
"\n",
"Gemini can also read what's in the video and extract it in an organized way. You can even use Gemini reasoning capabilities to give you tips on what you could have missed.\n",
"Gemini can also read what's in the video and extract it in an organized way. You can even use Gemini reasoning capabilities to generate new ideas for you.\n",
"\n",
"<video controls width=\"400\"><source src=\"https://storage.googleapis.com/generativeai-downloads/videos/post_its.mp4\" type=\"video/mp4\"></video>"
]
Expand All @@ -457,7 +457,7 @@
}
],
"source": [
"prompt = \"Transcribe the sticky notes, organize them and put it in a table. Do you think anything is missing?\" # @param {type:\"string\"}\n",
"prompt = \"Transcribe the sticky notes, organize them and put it in a table. Can you come up with a few more ideas?\" # @param [\"Transcribe the sticky notes, organize them and put it in a table. Can you come up with a few more ideas?\", \"Which of those names who fit an AI product that can resolve complex questions using its thinking abilities?\"] {\"allow-input\":true}\n",
"\n",
"video = post_its_video # @param [\"trailcam_video\", \"pottery_video\", \"post_its_video\", \"user_study_video\"] {\"type\":\"raw\",\"allow-input\":true}\n",
"\n",
Expand Down Expand Up @@ -499,7 +499,7 @@
},
"outputs": [],
"source": [
"prompt = \"Give me a table of my items and notes\" # @param {type:\"string\"}\n",
"prompt = \"Give me a table of my items and notes\" # @param [\"Give me a table of my items and notes\", \"Help me come up with a selling pitch for my potteries\"] {\"allow-input\":true}\n",
"\n",
"video = pottery_video # @param [\"trailcam_video\", \"pottery_video\", \"post_its_video\", \"user_study_video\"] {\"type\":\"raw\",\"allow-input\":true}\n",
"\n",
Expand Down

0 comments on commit 1ec6833

Please sign in to comment.