Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -98,8 +98,8 @@ if __name__ == '__main__':
|
|
| 98 |
args.cfg = 'src/config/zind.yaml'
|
| 99 |
zind_model = get_model(args)
|
| 100 |
|
| 101 |
-
description = "This demo of the project " \
|
| 102 |
-
"<a href='https://github.com/zhigangjiang/LGT-Net' target='_blank'>LGT-Net</a>. " \
|
| 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,
|
|
|
|
| 98 |
args.cfg = 'src/config/zind.yaml'
|
| 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,
|