rishi2025 commited on
Commit
20e461a
·
verified ·
1 Parent(s): 4b7625a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -1
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
- # seed = gr.Slider(
 
 
 
 
 
 
 
 
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