Amould commited on
Commit
6e9bd55
·
verified ·
1 Parent(s): 4718ba8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -78,13 +78,13 @@ with gr.Blocks() as demo:
78
  #gr.Markdown("<center> Encrypt your message and let your friends decrypt it on the same day.</center>")
79
 
80
  image_1 = gr.Image(
81
- label = "Fixed Image",
82
  #source = "upload",
83
  type = "filepath",
84
  elem_id = "image-in",
85
  )
86
  image_2 = gr.Image(
87
- label = "Moving Image",
88
  #source = "upload",
89
  type = "filepath",
90
  elem_id = "image-in",
@@ -94,15 +94,15 @@ with gr.Blocks() as demo:
94
  ["Additive_Recurence", "Rawblock"], label="Model", info="select a model"
95
  )'''
96
 
97
- out_image1 = gr.Image(label = "ٌRegistered image",
98
  #source = "upload",
99
  #type = "filepath",
100
  elem_id = "image-out"
101
  )
102
- out_image2 = gr.Image(label = "ٌMarked source image",
103
  elem_id = "image-out2"
104
  )
105
- out_image3 = gr.Image(label = "ٌMarked wrapped image",
106
  elem_id = "image-out3"
107
  )
108
  inputs = [image_1, image_2]#, model_list]
 
78
  #gr.Markdown("<center> Encrypt your message and let your friends decrypt it on the same day.</center>")
79
 
80
  image_1 = gr.Image(
81
+ label = "Fixed Image",height = 128, width=128,
82
  #source = "upload",
83
  type = "filepath",
84
  elem_id = "image-in",
85
  )
86
  image_2 = gr.Image(
87
+ label = "Moving Image",height = 128, width=128,
88
  #source = "upload",
89
  type = "filepath",
90
  elem_id = "image-in",
 
94
  ["Additive_Recurence", "Rawblock"], label="Model", info="select a model"
95
  )'''
96
 
97
+ out_image1 = gr.Image(label = "ٌRegistered image", height = 128, width=128,
98
  #source = "upload",
99
  #type = "filepath",
100
  elem_id = "image-out"
101
  )
102
+ out_image2 = gr.Image(label = "ٌMarked source image",height = 128, width=128,
103
  elem_id = "image-out2"
104
  )
105
+ out_image3 = gr.Image(label = "ٌMarked wrapped image",height = 128, width=128,
106
  elem_id = "image-out3"
107
  )
108
  inputs = [image_1, image_2]#, model_list]