Spaces:
Runtime error
Runtime error
Commit
·
7bb27a0
1
Parent(s):
2ec702c
remove share attr
Browse files
app.py
CHANGED
@@ -47,4 +47,4 @@ if __name__ == '__main__':
|
|
47 |
interface_list=[iface_file, iface_webcam],
|
48 |
tab_names=["Classification Task", "Sparsity Task"]
|
49 |
|
50 |
-
).launch(enable_queue=True,share=
|
|
|
47 |
interface_list=[iface_file, iface_webcam],
|
48 |
tab_names=["Classification Task", "Sparsity Task"]
|
49 |
|
50 |
+
).launch(enable_queue=True,share=False)
|