Spaces:
Runtime error
Runtime error
Update demo_gradio.py
Browse files- demo_gradio.py +1 -1
demo_gradio.py
CHANGED
@@ -167,7 +167,7 @@ def greet(input_image, material_exemplar):
|
|
167 |
css = """
|
168 |
#col-container{
|
169 |
margin: 0 auto;
|
170 |
-
max-width:
|
171 |
}
|
172 |
"""
|
173 |
|
|
|
167 |
css = """
|
168 |
#col-container{
|
169 |
margin: 0 auto;
|
170 |
+
max-width: 640px;
|
171 |
}
|
172 |
"""
|
173 |
|