Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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'),
|