Spaces:
Running
Running
Commit
·
4e7f4f2
1
Parent(s):
3144a77
Update app.py
Browse files
app.py
CHANGED
@@ -8,4 +8,4 @@ def tes(a):
|
|
8 |
edged_image = cv2.Canny(gray_image, threshold1=30, threshold2=100)
|
9 |
return edged_image
|
10 |
coba=gr.Interface(fn=tes,inputs=gr.Webcam(label='Kamera'),outputs=gr.Image())
|
11 |
-
coba.launch(
|
|
|
8 |
edged_image = cv2.Canny(gray_image, threshold1=30, threshold2=100)
|
9 |
return edged_image
|
10 |
coba=gr.Interface(fn=tes,inputs=gr.Webcam(label='Kamera'),outputs=gr.Image())
|
11 |
+
coba.launch()
|