jiawei011 hysts HF staff commited on
Commit
bc3f665
1 Parent(s): ac0541e

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>

Files changed (1) hide show
  1. app.py +1 -1
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()