imanolcb commited on
Commit
b8f8c63
verified
1 Parent(s): 4ca6dc6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", tool="editor", 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)
 
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)