Lyte commited on
Commit
ad7c8fb
·
verified ·
1 Parent(s): 75a7f33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -55,8 +55,7 @@ with gr.Blocks() as demo:
55
  ],
56
  cache_examples=False,
57
  fill_height=True,
58
- height=700, # Set a larger height in pixels
59
- # width=800 # Optionally, set the width as well
60
  )
61
 
62
  with gr.Accordion("Adjust Parameters", open=False):
 
55
  ],
56
  cache_examples=False,
57
  fill_height=True,
58
+ # fill_width=True # Optionally, set the width as well
 
59
  )
60
 
61
  with gr.Accordion("Adjust Parameters", open=False):