Spaces:
Running
Running
Commit
·
33f3cd3
1
Parent(s):
3192e12
delete server_port= in demo.launch()
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ def KittiBEV():
|
|
93 |
fn=get_BEV_kitti,
|
94 |
cache_examples=False,
|
95 |
)
|
96 |
-
demo.launch(
|
97 |
|
98 |
if __name__ == '__main__':
|
99 |
device = 'cuda' if torch.cuda.is_available() else 'cpu'
|
|
|
93 |
fn=get_BEV_kitti,
|
94 |
cache_examples=False,
|
95 |
)
|
96 |
+
demo.launch()
|
97 |
|
98 |
if __name__ == '__main__':
|
99 |
device = 'cuda' if torch.cuda.is_available() else 'cpu'
|