Spaces:
Running
Running
Kartheekb7
commited on
Commit
•
ff751c5
1
Parent(s):
aa1b828
Update app.py
Browse files
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 =
|
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")
|