Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
fffiloni/Video-to-SoundFX
legolasyiu
/
Video-to-SoundFX
like
0
Paused
App
Files
Files
Community
fffiloni
commited on
Jan 24
Commit
6dfd871
•
1 Parent(s):
4df9c3c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -132,7 +132,7 @@ def infer(image_in, chosen_model):
132
css="""
133
#col-container{
134
margin: 0 auto;
135
-
max-width:
720px
;
136
}
137
"""
138
132
css="""
133
#col-container{
134
margin: 0 auto;
135
+
max-width:
800px
;
136
}
137
"""
138