Milo Sobral commited on
Commit
86081f4
·
1 Parent(s): dfbb81f

Fixed share not supported

Browse files
Files changed (1) hide show
  1. portiloop/src/demo/demo.py +1 -1
portiloop/src/demo/demo.py CHANGED
@@ -47,7 +47,7 @@ def main():
47
  outputs=[output_array])
48
 
49
  demo.queue()
50
- demo.launch(share=True)
51
 
52
  if __name__ == "__main__":
53
  main()
 
47
  outputs=[output_array])
48
 
49
  demo.queue()
50
+ demo.launch(share=False)
51
 
52
  if __name__ == "__main__":
53
  main()