Skip to content

Commit 855193f

Browse files
authored
Removing the banner (#935)
1 parent 7f4a319 commit 855193f

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed

quickstarts-js/Image_out.js

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -28,24 +28,6 @@ This model is really good at:
2828
Following this guide, you'll learn how to do all those things and even more.
2929
*/
3030

31-
/* Markdown (render)
32-
<!-- Princing warning Badge -->
33-
<table>
34-
<tr>
35-
<!-- Emoji -->
36-
<td bgcolor="#ffe680">
37-
<font size=30>⚠️</font>
38-
</td>
39-
<!-- Text Content Cell -->
40-
<td bgcolor="#ffe680">
41-
<h3><font color=black>After a few free tries, you will need <a href="https://ai.google.dev/gemini-api/docs/billing#enable-cloud-billing" taget="_blank">billing</a> enabled to use image generation. Click on the
42-
<img src="https://i.postimg.cc/pX6FQwjz/key-off-24dp-E3-E3-E3-FILL0-wght400-GRAD0-opsz24.png" style="margin:0px 0px !important;" height="18px" width="18px" />
43-
button in the top right corner to select a cloud project with billing.</font></h3>
44-
</td>
45-
</tr>
46-
</table>
47-
*/
48-
4931
/* Markdown (render)
5032
Imagen models also offer image generaion but in a slightly different way as the Image-out feature has been developed to work iteratively so if you want to make sure certain details are clearly followed, and you are ready to iterate on the image until it's exactly what you envision, Image-out is for you.
5133
@@ -514,4 +496,5 @@ Here are some Imagen examples to get your imagination started on how to use it i
514496
515497
Gemini is not only good at generating images, but also at understanding them. Check the [Spatial understanding](https://github.com/google-gemini/cookbook/blob/main/quickstarts/Spatial_understanding.ipynb) guide for an introduction on those capabilities, and the [Video understanding](https://github.com/google-gemini/cookbook/blob/main/quickstarts/Video_understanding.ipynb) one for video examples.
516498
517-
*/
499+
500+
*/

0 commit comments

Comments
 (0)