Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ with gr.Blocks(theme=gr.themes.Base(), title="Clasificador de Frutas 馃崕馃崒
|
|
| 40 |
|
| 41 |
with gr.Row():
|
| 42 |
with gr.Column(scale=1):
|
| 43 |
-
image_input = gr.Image(type="filepath", label="馃摲 Sube una imagen",
|
| 44 |
submit_button = gr.Button("馃攳 Clasificar fruta")
|
| 45 |
with gr.Column(scale=1):
|
| 46 |
prediction_output = gr.Textbox(label="馃崓 Predicci贸n", lines=1)
|
|
|
|
| 40 |
|
| 41 |
with gr.Row():
|
| 42 |
with gr.Column(scale=1):
|
| 43 |
+
image_input = gr.Image(type="filepath", label="馃摲 Sube una imagen", height=300)
|
| 44 |
submit_button = gr.Button("馃攳 Clasificar fruta")
|
| 45 |
with gr.Column(scale=1):
|
| 46 |
prediction_output = gr.Textbox(label="馃崓 Predicci贸n", lines=1)
|