K00B404 commited on
Commit
9de8f9f
1 Parent(s): 216d48d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- 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
 
 
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