Update pictureDeal.py
Browse files- 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(
|
|
|
71 |
structuring_element,canny_start,canny_end,thresh_val,maxval,enhance,blend ],
|
72 |
outputs = [closed_output,img_param_output])
|
73 |
|
74 |
+
interface.launch()
|