Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -154,12 +154,14 @@ def infer_example(input_image, prompt):
|
|
| 154 |
image, seed, _ = infer(input_image, prompt)
|
| 155 |
return image, seed
|
| 156 |
|
| 157 |
-
css="""
|
| 158 |
-
#col-container {
|
| 159 |
-
|
| 160 |
-
|
| 161 |
-
}
|
| 162 |
-
"""
|
|
|
|
|
|
|
| 163 |
|
| 164 |
with gr.Blocks(css=css) as demo:
|
| 165 |
|
|
|
|
| 154 |
image, seed, _ = infer(input_image, prompt)
|
| 155 |
return image, seed
|
| 156 |
|
| 157 |
+
# css="""
|
| 158 |
+
# #col-container {
|
| 159 |
+
# margin: 0 auto;
|
| 160 |
+
# max-width: 960px;
|
| 161 |
+
# }
|
| 162 |
+
# """
|
| 163 |
+
|
| 164 |
+
css=""
|
| 165 |
|
| 166 |
with gr.Blocks(css=css) as demo:
|
| 167 |
|