Zafer commited on
Commit
53ed343
·
1 Parent(s): 8b14903

Update app.py

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