Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pranavajay
/
Test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
pranavajay
commited on
Mar 23, 2024
Commit
655f59c
·
verified
·
1 Parent(s):
3a6c865
Create sytle.css
Browse files
Files changed (1)
hide
show
sytle.css
+7
-0
sytle.css
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
.gradio-container {
2
+
max-width: 800px !important;
3
+
}
4
+
5
+
#video_output {
6
+
margin: 0 auto
7
+
}