Ayesha352 commited on
Commit
5e3cd4f
·
verified ·
1 Parent(s): 5138913

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ iface = gr.Interface(
111
  fn=process_images,
112
  inputs=[gr.Image(type="numpy", label="Flat Image"),
113
  gr.Image(type="numpy", label="Perspective Image"),
114
- gr.File(label="JSON File")],
115
  outputs=gr.Gallery(label="ROI Projection Results"),
116
  title="ROI Projection with Multiple Feature Detectors",
117
  description="Displays ROI projected from Flat to Perspective image using SIFT, BRISK, ORB, AKAZE, KAZE."
 
111
  fn=process_images,
112
  inputs=[gr.Image(type="numpy", label="Flat Image"),
113
  gr.Image(type="numpy", label="Perspective Image"),
114
+ gr.File(type="file", label="JSON File")
115
  outputs=gr.Gallery(label="ROI Projection Results"),
116
  title="ROI Projection with Multiple Feature Detectors",
117
  description="Displays ROI projected from Flat to Perspective image using SIFT, BRISK, ORB, AKAZE, KAZE."