Spaces:
Running
Running
fix
Browse files
app.py
CHANGED
@@ -240,8 +240,8 @@ with gr.Blocks() as demo:
|
|
240 |
with gr.Row():
|
241 |
with gr.Column(scale=1):
|
242 |
# Input components with grid overlay
|
243 |
-
image_bef = gr.Image(type="filepath")
|
244 |
-
image_aft = gr.Image(type="filepath")
|
245 |
|
246 |
predict_btn = gr.Button("Predict")
|
247 |
|
|
|
240 |
with gr.Row():
|
241 |
with gr.Column(scale=1):
|
242 |
# Input components with grid overlay
|
243 |
+
image_bef = gr.Image(type="filepath", visible=True)
|
244 |
+
image_aft = gr.Image(type="filepath", visible=True)
|
245 |
|
246 |
predict_btn = gr.Button("Predict")
|
247 |
|