pablo1n7 commited on
Commit
1a07d42
1 Parent(s): 9beca5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,4 +65,4 @@ def sketch_recognition(input_img):
65
  img = gr.Image(tool="sketch", source="upload", label="Mask", value="CC_02_7.png", invert_colors=True, shape=(128, 128))
66
 
67
 
68
- gr.Interface(fn=sketch_recognition, inputs=img, outputs="image").launch(share=True)
65
  img = gr.Image(tool="sketch", source="upload", label="Mask", value="CC_02_7.png", invert_colors=True, shape=(128, 128))
66
 
67
 
68
+ gr.Interface(fn=sketch_recognition, inputs=img, outputs="image").launch()