Spaces:
Build error
Build error
Pie31415
commited on
Commit
·
82f7ab5
1
Parent(s):
3e16971
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")
|