Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -300,7 +300,15 @@ FLUX.2 [dev] is a 32B model rectified flow capable of generating, editing and co
|
|
| 300 |
info="Automatically enhance the prompt using a VLM"
|
| 301 |
)
|
| 302 |
|
| 303 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 304 |
# label="Seed",
|
| 305 |
# minimum=0,
|
| 306 |
|
|
|
|
| 300 |
info="Automatically enhance the prompt using a VLM"
|
| 301 |
)
|
| 302 |
|
| 303 |
+
seed = gr.Text(
|
| 304 |
+
label="Prompt",
|
| 305 |
+
|
| 306 |
+
placeholder="Enter your prompt",
|
| 307 |
+
container=False,
|
| 308 |
+
scale=3
|
| 309 |
+
)
|
| 310 |
+
|
| 311 |
+
# gr.Slider(
|
| 312 |
# label="Seed",
|
| 313 |
# minimum=0,
|
| 314 |
|