zhigangjiang commited on
Commit
d74f221
1 Parent(s): e99bcc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -99,8 +99,8 @@ if __name__ == '__main__':
99
  zind_model = get_model(args)
100
 
101
  description = "This demo of the github project " \
102
- "<a href='https://github.com/zhigangjiang/LGT-Net' target='_blank'>LGT-Net</a>. If this project helped you, please add a star to the github project." \
103
- "It uses the Geometry-Aware Transformer Network to predict the 3d room layout of an rgb panorama."
104
 
105
  demo = gr.Interface(fn=greet,
106
  inputs=[gr.Image(type='filepath', label='input rgb panorama', value='src/demo/pano_demo1.png'),
 
99
  zind_model = get_model(args)
100
 
101
  description = "This demo of the github project " \
102
+ "<a href='https://github.com/zhigangjiang/LGT-Net' target='_blank'>LGT-Net</a>. <br/>If this project helped you, please add a star to the github project. " \
103
+ "<br/>It uses the Geometry-Aware Transformer Network to predict the 3d room layout of an rgb panorama."
104
 
105
  demo = gr.Interface(fn=greet,
106
  inputs=[gr.Image(type='filepath', label='input rgb panorama', value='src/demo/pano_demo1.png'),