dannyroxas commited on
Commit
e55d056
·
verified ·
1 Parent(s): 80f3ac8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -6
app.py CHANGED
@@ -393,8 +393,7 @@ with gr.Blocks(
393
  with gr.Column(scale=1):
394
  input_image = gr.Image(
395
  type="pil",
396
- label="📤 Upload Your Image",
397
- height=400
398
  )
399
 
400
  analyze_btn = gr.Button(
@@ -405,8 +404,7 @@ with gr.Blocks(
405
 
406
  with gr.Column(scale=1):
407
  analysis_output = gr.Markdown(
408
- value="Upload an image and click 'Analyze Image' to see what our AI detects!",
409
- height=400
410
  )
411
 
412
  with gr.Row():
@@ -427,8 +425,7 @@ with gr.Blocks(
427
  with gr.Row():
428
  with gr.Column(scale=1):
429
  output_image = gr.Image(
430
- label="🎉 Transformed Image",
431
- height=400
432
  )
433
 
434
  with gr.Column(scale=1):
 
393
  with gr.Column(scale=1):
394
  input_image = gr.Image(
395
  type="pil",
396
+ label="📤 Upload Your Image"
 
397
  )
398
 
399
  analyze_btn = gr.Button(
 
404
 
405
  with gr.Column(scale=1):
406
  analysis_output = gr.Markdown(
407
+ value="Upload an image and click 'Analyze Image' to see what our AI detects!"
 
408
  )
409
 
410
  with gr.Row():
 
425
  with gr.Row():
426
  with gr.Column(scale=1):
427
  output_image = gr.Image(
428
+ label="🎉 Transformed Image"
 
429
  )
430
 
431
  with gr.Column(scale=1):