Julien Ajdenbaum commited on
Commit
62a6dee
·
1 Parent(s): f1eb9f1
Files changed (3) hide show
  1. .gitignore +1 -0
  2. __pycache__/predict.cpython-38.pyc +0 -0
  3. 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)