Kvikontent commited on
Commit
afebdf8
1 Parent(s): a6a8c56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def generate_image(prompt):
11
  return image
12
 
13
  # Define the Gradio interface layout
14
- prompt_input = gr.Textbox(label="", placeholder="Enter your prompt here...", lines=1, unresizeable=False)
15
  image_output = gr.Image(label="Generated Image")
16
 
17
  # Create the Gradio interface with a more organized layout
 
11
  return image
12
 
13
  # Define the Gradio interface layout
14
+ prompt_input = gr.Textbox(label="", placeholder="Enter your prompt here...", lines=1)
15
  image_output = gr.Image(label="Generated Image")
16
 
17
  # Create the Gradio interface with a more organized layout