Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
LimaRaed
/
Text_Video_Gen
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
LimaRaed
commited on
5 days ago
Commit
9b70408
·
verified
·
1 Parent(s):
3aced68
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
+
}