arminak6 commited on
Commit
3fb0f9e
1 Parent(s): 2a543ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import cv2
3
 
4
 
5
  def inference(img):
6
- blur = cv2.blur(img,(5,5))
7
  return blur
8
 
9
  # For information on Interfaces, head to https://gradio.app/docs/
 
3
 
4
 
5
  def inference(img):
6
+ blur = cv2.blur(img,(50,50))
7
  return blur
8
 
9
  # For information on Interfaces, head to https://gradio.app/docs/