Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -102,6 +102,7 @@ with gr.Blocks(theme='Nymbo/Nymbo_Theme', css=css) as app:
|
|
102 |
with gr.Row():
|
103 |
# Define two outputs: one for the image file path and one for the seed
|
104 |
image_output = gr.Textbox(label="Image File Path", elem_id="gallery")
|
|
|
105 |
seed_output = gr.Textbox(label="Seed Used", elem_id="seed-output")
|
106 |
|
107 |
# Adjust the click function to include the API key as an input
|
|
|
102 |
with gr.Row():
|
103 |
# Define two outputs: one for the image file path and one for the seed
|
104 |
image_output = gr.Textbox(label="Image File Path", elem_id="gallery")
|
105 |
+
image_output = gr.Image(type="pil", label="Image Output", elem_id="gallery")
|
106 |
seed_output = gr.Textbox(label="Seed Used", elem_id="seed-output")
|
107 |
|
108 |
# Adjust the click function to include the API key as an input
|