IdaLee commited on
Commit
516bf1a
·
1 Parent(s): 6f27620

Update pictureDeal.py

Browse files
Files changed (1) hide show
  1. pictureDeal.py +1 -1
pictureDeal.py CHANGED
@@ -71,4 +71,4 @@ with gr.Blocks() as interface:
71
  structuring_element,canny_start,canny_end,thresh_val,maxval,enhance,blend ],
72
  outputs = [closed_output,img_param_output])
73
 
74
- interface.launch(share=True)
 
71
  structuring_element,canny_start,canny_end,thresh_val,maxval,enhance,blend ],
72
  outputs = [closed_output,img_param_output])
73
 
74
+ interface.launch()