tebinraouf commited on
Commit
ae49c06
Β·
1 Parent(s): a0ebe0e

Rename project from Agentic AI to Prompt Craft in README and app.py

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. app.py +1 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Agentic AI Project
3
  emoji: 😍
4
  colorFrom: red
5
  colorTo: yellow
@@ -9,7 +9,7 @@ app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- # Agentic AI Project
13
 
14
  ## Overview
15
 
 
1
  ---
2
+ title: Prompt Craft
3
  emoji: 😍
4
  colorFrom: red
5
  colorTo: yellow
 
9
  pinned: false
10
  ---
11
 
12
+ # Prompt Craft
13
 
14
  ## Overview
15
 
app.py CHANGED
@@ -45,7 +45,7 @@ interface = gr.Interface(
45
  gr.Image(label="Generated Image"),
46
  gr.Textbox(label="Improved Prompt Used")
47
  ],
48
- title="AI Image Generator",
49
  description="Enter a prompt to generate an image using FLUX.1-schnell model (the prompt will be improved automatically).",
50
  examples=[
51
  ["a cat wearing a cape"],
 
45
  gr.Image(label="Generated Image"),
46
  gr.Textbox(label="Improved Prompt Used")
47
  ],
48
+ title="Prompt Craft",
49
  description="Enter a prompt to generate an image using FLUX.1-schnell model (the prompt will be improved automatically).",
50
  examples=[
51
  ["a cat wearing a cape"],