benjaminStreltzin commited on
Commit
eecf6b4
·
verified ·
1 Parent(s): b5e1451

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as demo:
64
 
65
  gr.Markdown("### Classify image of art as real or AI generated")
66
 
67
- image_input = gr.Image(type="pil", label="Upload Image", height=600)
68
 
69
  # Create a row for prediction and confidence outputs
70
  with gr.Row():
 
64
 
65
  gr.Markdown("### Classify image of art as real or AI generated")
66
 
67
+ image_input = gr.Image(type="pil", label="Upload Image", height=500)
68
 
69
  # Create a row for prediction and confidence outputs
70
  with gr.Row():