Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yunyangx
/
EfficientTAM
like
25
Running
on
Zero
App
Files
Files
Community
2
yunyangx
commited on
18 days ago
Commit
e868605
•
1 Parent(s):
248ba64
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
import subprocess
2
import re
3
from typing import List, Tuple, Optional
1
+
import spaces
2
+
3
import subprocess
4
import re
5
from typing import List, Tuple, Optional