tanav2202 commited on
Commit
af94545
·
1 Parent(s): 7f27584

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,4 +11,4 @@ def sketch_recognition(img):
11
 
12
 
13
  gr.Interface(fn=sketch_recognition, inputs="sketchpad",
14
- outputs="label").launch(share=True)
 
11
 
12
 
13
  gr.Interface(fn=sketch_recognition, inputs="sketchpad",
14
+ outputs="label").launch()