Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -282,10 +282,8 @@ def image_processing(image, filter_type):
|
|
282 |
return cv2.cvtColor(output, cv2.COLOR_BGR2RGB) if len(output.shape) == 3 else output
|
283 |
|
284 |
css = """
|
285 |
-
|
286 |
-
|
287 |
-
margin-left: auto;
|
288 |
-
margin-right: auto;
|
289 |
}
|
290 |
"""
|
291 |
|
|
|
282 |
return cv2.cvtColor(output, cv2.COLOR_BGR2RGB) if len(output.shape) == 3 else output
|
283 |
|
284 |
css = """
|
285 |
+
.gradio-container {
|
286 |
+
background: url(https://huggingface.co/spaces/DigiP-AI/Image_Studio/abstract.jpg)
|
|
|
|
|
287 |
}
|
288 |
"""
|
289 |
|