Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
KingNish/Instant-Video
Festrcze
/
Instant-Video
like
0
Runtime error
App
Files
Files
Community
KingNish
commited on
Apr 26
Commit
bf45b85
•
1 Parent(s):
9d56b62
Create style.css
Browse files
Files changed (1)
hide
show
style.css
+7
-0
style.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
+
}