DawnC commited on
Commit
70e3c21
1 Parent(s): f4dbfb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ with gr.Blocks() as demo_with_dropdown:
77
  dropdown
78
 
79
  # Image classification demo
80
- gr.Image(label="Upload an image to classify").style(height="auto", width="100%")
81
 
82
  # Gradio interface for the image input and label output
83
  gr.Interface(
 
77
  dropdown
78
 
79
  # Image classification demo
80
+ gr.Image(label="Upload an image to classify", scale=0.5)
81
 
82
  # Gradio interface for the image input and label output
83
  gr.Interface(