pooyanrg commited on
Commit
c55fdb6
·
1 Parent(s): c0ad75f
Files changed (1) hide show
  1. app.py +2 -2
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