K00B404 commited on
Commit
216d48d
1 Parent(s): 5603f55

Update app.py

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