Spaces:
Running
Running
Julien Ajdenbaum
commited on
Commit
·
62a6dee
1
Parent(s):
f1eb9f1
useless
Browse files- .gitignore +1 -0
- __pycache__/predict.cpython-38.pyc +0 -0
- app.py +1 -1
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
create_annotation_task.py
|
__pycache__/predict.cpython-38.pyc
CHANGED
Binary files a/__pycache__/predict.cpython-38.pyc and b/__pycache__/predict.cpython-38.pyc differ
|
|
app.py
CHANGED
@@ -91,4 +91,4 @@ iface = gr.Interface(
|
|
91 |
title=title,
|
92 |
description=description
|
93 |
)
|
94 |
-
iface.launch()
|
|
|
91 |
title=title,
|
92 |
description=description
|
93 |
)
|
94 |
+
iface.launch(share=True)
|