gauravml-89 commited on
Commit
6658063
·
verified ·
1 Parent(s): ac56e44

Update bw2cl.py

Browse files
Files changed (1) hide show
  1. bw2cl.py +1 -1
bw2cl.py CHANGED
@@ -8,4 +8,4 @@ gr.Interface.from_pipeline(pipe,
8
  description="Object Recognition ...",
9
  examples = ['wonder_cat.jpg',
10
  'aki_dog.jpg',],
11
- ).launch(inbrowser=True)
 
8
  description="Object Recognition ...",
9
  examples = ['wonder_cat.jpg',
10
  'aki_dog.jpg',],
11
+ ).launch(inbrowser=True,share=True)