Spaces:
Build error
Build error
updated layout
Browse files
app.py
CHANGED
@@ -133,7 +133,7 @@ def video_inference():
|
|
133 |
|
134 |
with gr.Blocks() as demo:
|
135 |
with gr.Tab("Image Inference"):
|
136 |
-
with gr.
|
137 |
image_inputs = [gr.Image(type="pil"), gr.Image(type="pil")]
|
138 |
image_output = gr.Image()
|
139 |
image_button = gr.Button("Predict")
|
|
|
133 |
|
134 |
with gr.Blocks() as demo:
|
135 |
with gr.Tab("Image Inference"):
|
136 |
+
with gr.Row():
|
137 |
image_inputs = [gr.Image(type="pil"), gr.Image(type="pil")]
|
138 |
image_output = gr.Image()
|
139 |
image_button = gr.Button("Predict")
|