Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Commit
•
1a02501
1
Parent(s):
bff4e01
Update app.py
Browse files
app.py
CHANGED
@@ -259,7 +259,7 @@ def apply_style(style_name: str, positive: str, negative: str = "") -> Tuple[str
|
|
259 |
|
260 |
|
261 |
|
262 |
-
DESCRIPTION = """## IMAGINEO 4K
|
263 |
|
264 |
|
265 |
"""
|
@@ -451,7 +451,7 @@ examples = [
|
|
451 |
]
|
452 |
|
453 |
css = '''
|
454 |
-
.gradio-container{max-width:
|
455 |
h1{text-align:center}
|
456 |
'''
|
457 |
|
|
|
259 |
|
260 |
|
261 |
|
262 |
+
DESCRIPTION = """## IMAGINEO 4K
|
263 |
|
264 |
|
265 |
"""
|
|
|
451 |
]
|
452 |
|
453 |
css = '''
|
454 |
+
.gradio-container{max-width: 640px !important}
|
455 |
h1{text-align:center}
|
456 |
'''
|
457 |
|