Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dgoot
/
image-to-image
like
16
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dgoot
commited on
Oct 23, 2024
Commit
fa26e12
·
1 Parent(s):
e3f6fa0
Increase page width
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -84,7 +84,7 @@ def infer(
84
css = """
85
#col-container {
86
margin: 0 auto;
87
-
max-width:
640px
;
88
}
89
"""
90
84
css = """
85
#col-container {
86
margin: 0 auto;
87
+
max-width:
1280px
;
88
}
89
"""
90