muhammadhamza-stack commited on
Commit ·
207c239
1
Parent(s): fefdefa
add input image with and height
Browse files
app.py
CHANGED
|
@@ -267,7 +267,7 @@ with gr.Blocks(css=custom_css, title="Rice Classifier") as app:
|
|
| 267 |
|
| 268 |
with gr.Row():
|
| 269 |
with gr.Column(scale=1):
|
| 270 |
-
image_input = gr.Image(type="pil", label="Upload Sample Image")
|
| 271 |
start_btn = gr.Button("Start Analysis", variant="primary", size="lg")
|
| 272 |
|
| 273 |
with gr.Column(scale=1):
|
|
|
|
| 267 |
|
| 268 |
with gr.Row():
|
| 269 |
with gr.Column(scale=1):
|
| 270 |
+
image_input = gr.Image(type="pil", label="Upload Sample Image", height=600, width=600)
|
| 271 |
start_btn = gr.Button("Start Analysis", variant="primary", size="lg")
|
| 272 |
|
| 273 |
with gr.Column(scale=1):
|