Luis Oala commited on
Commit
2ebaa80
·
1 Parent(s): 55d9e17

vertical demo

Browse files
Files changed (1) hide show
  1. demo.py +3 -2
demo.py CHANGED
@@ -46,8 +46,9 @@ iface = gr.Interface(
46
  ["demo-files/car.png"],
47
  ["demo-files/micro.png"]
48
  ],
49
- title="Lens2Logit - Static processing demo",
50
- description="You can select a sample raw image, the camera parameters and the pipeline configuration to process the raw image.",)
 
51
 
52
  if __name__ == "__main__":
53
  iface.launch(share=True)
 
46
  ["demo-files/car.png"],
47
  ["demo-files/micro.png"]
48
  ],
49
+ title="static pipeline demo",
50
+ description="You can select a sample raw image, the camera parameters and the pipeline configuration to process the raw image.",
51
+ layout="vertical")
52
 
53
  if __name__ == "__main__":
54
  iface.launch(share=True)