philschmid commited on
Commit
1843419
·
verified ·
1 Parent(s): faee5d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -1,3 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Image Creation & Editing with Next.js and Gemini 2.0 Flash
2
 
3
  This project demonstrates how to create and edit images using Google's Gemini 2.0 Flash AI model in a Next.js web application. It allows users to generate images from text prompts or edit existing images through natural language instructions, maintaining conversation context for iterative refinements.
@@ -74,4 +88,4 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the
74
 
75
  ## License
76
 
77
- This project is licensed under the Apache License 2.0 - see the [LICENSE](./LICENSE) file for details.
 
1
+ ---
2
+ title: Image Generation & Editing
3
+ emoji: 🖼️
4
+ colorFrom: blue
5
+ colorTo: blue
6
+ sdk: docker
7
+ header: mini
8
+ app_port: 3000
9
+ pinned: false
10
+ license: apache-2.0
11
+ short_description: Generate and Edit images with Gemini 2.0
12
+ ---
13
+
14
+
15
  # Image Creation & Editing with Next.js and Gemini 2.0 Flash
16
 
17
  This project demonstrates how to create and edit images using Google's Gemini 2.0 Flash AI model in a Next.js web application. It allows users to generate images from text prompts or edit existing images through natural language instructions, maintaining conversation context for iterative refinements.
 
88
 
89
  ## License
90
 
91
+ This project is licensed under the Apache License 2.0 - see the [LICENSE](./LICENSE) file for details.