sudhir2016 commited on
Commit
4188aff
·
1 Parent(s): ebf8a09

Delete app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py DELETED
@@ -1,7 +0,0 @@
1
- import cv2
2
- import gradio as gr
3
- def img(test):
4
- img2=cv2.Canny(test,100,200)
5
- return img2
6
- demo = gr.Interface(fn=img, inputs="image", outputs="image")
7
- demo.launch(share=True)