Zafer commited on
Commit
8b14903
·
1 Parent(s): 077ffca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,5 +1,5 @@
1
- @testable import
2
- import cv2
3
  import gradio as gr
4
  def convert_photo_to_Sketch(image):
5
  img = cv2.resize(image, (256, 256))
 
1
+
2
+ @testable import cv2
3
  import gradio as gr
4
  def convert_photo_to_Sketch(image):
5
  img = cv2.resize(image, (256, 256))