amirkhanbloch commited on
Commit
232fb2c
·
verified ·
1 Parent(s): 3e30a8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ iface = gr.Interface(
24
  fn=generate_image,
25
  inputs=gr.Textbox(label="Input Text", placeholder="Enter your description here..."),
26
  outputs=gr.Image(label="Generated Image"),
27
- title="Image Generation with FLUX",
28
  description="Enter a description to generate an image."
29
  )
30
 
 
24
  fn=generate_image,
25
  inputs=gr.Textbox(label="Input Text", placeholder="Enter your description here..."),
26
  outputs=gr.Image(label="Generated Image"),
27
+ title="LodhranGPT Image Generator",
28
  description="Enter a description to generate an image."
29
  )
30