Spaces:
Runtime error
Runtime error
Update bw2cl.py
Browse files
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)
|