Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
KingNish/Instant-Video
cbbstars
/
Instant-Video
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
KingNish
commited on
Apr 26, 2024
Commit
bf45b85
·
verified
·
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
+
}