Spaces:
Sleeping
Sleeping
Merge branch 'main' of https://huggingface.co/spaces/Xiaolong-Wang/HC-Net into main
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ def KittiBEV():
|
|
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'
|
|
|
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'
|