Spaces:
Running
Running
zhaoyian01
commited on
Commit
•
07e36f3
1
Parent(s):
cc7a3e3
add req
Browse files- isegm/__pycache__/__init__.cpython-38.pyc +0 -0
- isegm/inference/__pycache__/clicker.cpython-38.pyc +0 -0
- requirements.txt +1 -2
- web_app/__pycache__/__init__.cpython-38.pyc +0 -0
- web_app/__pycache__/app.cpython-38.pyc +0 -0
- web_app/__pycache__/segmentation.cpython-38.pyc +0 -0
- web_app/segmentation.py +0 -1
isegm/__pycache__/__init__.cpython-38.pyc
ADDED
Binary file (152 Bytes). View file
|
|
isegm/inference/__pycache__/clicker.cpython-38.pyc
ADDED
Binary file (3.82 kB). View file
|
|
requirements.txt
CHANGED
@@ -5,5 +5,4 @@ PyYAML==6.0
|
|
5 |
loralib==0.1.2
|
6 |
easydict==1.9
|
7 |
tensorboard==2.8.0
|
8 |
-
albumentations==0.5.2
|
9 |
-
gradio==3.44.3
|
|
|
5 |
loralib==0.1.2
|
6 |
easydict==1.9
|
7 |
tensorboard==2.8.0
|
8 |
+
albumentations==0.5.2
|
|
web_app/__pycache__/__init__.cpython-38.pyc
ADDED
Binary file (201 Bytes). View file
|
|
web_app/__pycache__/app.cpython-38.pyc
ADDED
Binary file (1.3 kB). View file
|
|
web_app/__pycache__/segmentation.cpython-38.pyc
ADDED
Binary file (6.87 kB). View file
|
|
web_app/segmentation.py
CHANGED
@@ -49,7 +49,6 @@ class InteractiveSegmentationInterface(object):
|
|
49 |
|
50 |
self.drawing_board = gr.Image(
|
51 |
label='Add Click',
|
52 |
-
tool='sketch',
|
53 |
interactive=False,
|
54 |
visible=False,
|
55 |
brush_radius=15)
|
|
|
49 |
|
50 |
self.drawing_board = gr.Image(
|
51 |
label='Add Click',
|
|
|
52 |
interactive=False,
|
53 |
visible=False,
|
54 |
brush_radius=15)
|