DigiP-AI commited on
Commit
af7f3d5
·
verified ·
1 Parent(s): 5b9d643

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
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
- app-container {
286
- max-width: 1200px;
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