Spaces:
Running
Running
tebinraouf
commited on
Commit
Β·
ae49c06
1
Parent(s):
a0ebe0e
Rename project from Agentic AI to Prompt Craft in README and app.py
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: π
|
4 |
colorFrom: red
|
5 |
colorTo: yellow
|
@@ -9,7 +9,7 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
-
#
|
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="
|
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"],
|