Spaces:
Build error
Build error
Fix the link at the bottom (#1)
Browse files- Fix the link at the bottom (0e319fdfa443dc7e46bfba2173197aaa3946bc71)
Co-authored-by: hysts <hysts@users.noreply.huggingface.co>
app.py
CHANGED
@@ -134,6 +134,6 @@ if __name__ == '__main__':
|
|
134 |
[999, 'Drop Local', 5],
|
135 |
],
|
136 |
css=".output-image, .image-preview {height: 100px !important}",
|
137 |
-
article="<p style='text-align: center'><a href='https://github.com/ldkong1205/PointCloud-C target='_blank'>PointNet-C @ GitHub</a></p> "
|
138 |
)
|
139 |
iface.launch()
|
|
|
134 |
[999, 'Drop Local', 5],
|
135 |
],
|
136 |
css=".output-image, .image-preview {height: 100px !important}",
|
137 |
+
article="<p style='text-align: center'><a href='https://github.com/ldkong1205/PointCloud-C' target='_blank'>PointNet-C @ GitHub</a></p> "
|
138 |
)
|
139 |
iface.launch()
|