wxl commited on
Commit
253a56b
·
2 Parent(s): cb2448b 33f3cd3

Merge branch 'main' of https://huggingface.co/spaces/Xiaolong-Wang/HC-Net into main

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ def KittiBEV():
94
  fn=get_BEV_kitti,
95
  cache_examples=False,
96
  )
97
- demo.launch(server_port=7981)
98
 
99
  if __name__ == '__main__':
100
  device = 'cuda' if torch.cuda.is_available() else 'cpu'
 
94
  fn=get_BEV_kitti,
95
  cache_examples=False,
96
  )
97
+ demo.launch()
98
 
99
  if __name__ == '__main__':
100
  device = 'cuda' if torch.cuda.is_available() else 'cpu'