Kartheekb7 commited on
Commit
ff751c5
1 Parent(s): aa1b828

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -71,8 +71,7 @@ def create_interface():
71
  with gr.Blocks() as demo:
72
  # Create components
73
  with gr.Row():
74
- img1 = gr.Image(type="pil", label="Fruit",height = 256,width = 256)
75
- with gr.Row():
76
  label1 = gr.Textbox(label="Name this fruit")
77
 
78
  submit_btn = gr.Button("Submit")
 
71
  with gr.Blocks() as demo:
72
  # Create components
73
  with gr.Row():
74
+ img1 = gr.Image(type="pil", label="Fruit",height = 300,width = 300)
 
75
  label1 = gr.Textbox(label="Name this fruit")
76
 
77
  submit_btn = gr.Button("Submit")