Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"
|
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(
|