Luis Oala commited on
Commit
265f25b
·
1 Parent(s): 9a4cd59

standard demo

Browse files
Files changed (1) hide show
  1. demo.py +1 -2
demo.py CHANGED
@@ -47,8 +47,7 @@ iface = gr.Interface(
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)
 
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
 
52
  if __name__ == "__main__":
53
  iface.launch(share=True)