rizkidewanto commited on
Commit
4e7f4f2
1 Parent(s): 3144a77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(share=True)
 
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()