Spaces:
Runtime error
Runtime error
Kvikontent
commited on
Commit
•
a6a8c56
1
Parent(s):
c0459f8
Update app.py
Browse files
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.
|
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, unresizeable=False)
|
15 |
image_output = gr.Image(label="Generated Image")
|
16 |
|
17 |
# Create the Gradio interface with a more organized layout
|