Aklavya commited on
Commit
33241dd
·
verified ·
1 Parent(s): 28d7e35

Output box height adjusted

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ with gr.Blocks(theme="soft") as demo:
116
  label="Generated Image",
117
  type="filepath",
118
  elem_id="output_image",
119
- height=1024 # Increased the height by 100%
120
  )
121
 
122
  run_button.click(
 
116
  label="Generated Image",
117
  type="filepath",
118
  elem_id="output_image",
119
+ height=650 # Increased the height by 100%
120
  )
121
 
122
  run_button.click(