Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Suburst
/
DDM_DeepSort
like
1
Sleeping
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
Suburst
commited on
Nov 26, 2024
Commit
8f74946
·
verified
·
1 Parent(s):
478b1bd
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
CHANGED
Viewed
@@ -11,6 +11,9 @@ css = """
11
display: flex;
12
justify-content: center;
13
align-items: center;
14
}
15
"""
16
11
display: flex;
12
justify-content: center;
13
align-items: center;
14
+
width: 800px;
15
+
height: 450px
16
+
17
}
18
"""
19