Spaces:
Sleeping
Sleeping
Milo Sobral
commited on
Commit
·
86081f4
1
Parent(s):
dfbb81f
Fixed share not supported
Browse files
portiloop/src/demo/demo.py
CHANGED
|
@@ -47,7 +47,7 @@ def main():
|
|
| 47 |
outputs=[output_array])
|
| 48 |
|
| 49 |
demo.queue()
|
| 50 |
-
demo.launch(share=
|
| 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()
|