Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ with gr.Blocks(theme='Nymbo/Nymbo_Theme', css=css) as app:
|
|
101 |
text_button = gr.Button("Run", variant='primary', elem_id="gen-button")
|
102 |
with gr.Row():
|
103 |
# Define two outputs: one for the image file path and one for the seed
|
104 |
-
|
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 |
|
|
|
101 |
text_button = gr.Button("Run", variant='primary', elem_id="gen-button")
|
102 |
with gr.Row():
|
103 |
# Define two outputs: one for the image file path and one for the seed
|
104 |
+
#image_path_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 |
|