taesiri commited on
Commit
8d4d82d
1 Parent(s): d8ceead
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -173,7 +173,6 @@ with gr.Blocks() as demo:
173
  type="pil",
174
  label="Upload Image",
175
  elem_id="large-image",
176
- height=500,
177
  )
178
  submit_btn = gr.Button("Analyze Image", variant="primary")
179
 
@@ -203,7 +202,6 @@ with gr.Blocks() as demo:
203
  )
204
  color_palette_output = gr.Plot(
205
  label="Color Palette",
206
- height=100,
207
  )
208
 
209
  with gr.Tab("Raw Output"):
 
173
  type="pil",
174
  label="Upload Image",
175
  elem_id="large-image",
 
176
  )
177
  submit_btn = gr.Button("Analyze Image", variant="primary")
178
 
 
202
  )
203
  color_palette_output = gr.Plot(
204
  label="Color Palette",
 
205
  )
206
 
207
  with gr.Tab("Raw Output"):