Spaces:
Sleeping
Sleeping
nmouquet
commited on
Commit
·
a38d0da
1
Parent(s):
4e1491a
add widget needed
Browse files- .gitignore +3 -1
- __pycache__/app.cpython-311.pyc +0 -0
- flagged/input image/63b444ef562812ef6eb4/TCGA_CS_4944.png +0 -0
- flagged/log.csv +0 -2
- requirements.txt +2 -1
.gitignore
CHANGED
@@ -1 +1,3 @@
|
|
1 |
-
.venv
|
|
|
|
|
|
1 |
+
.venv
|
2 |
+
./flagged
|
3 |
+
./__pycache__
|
__pycache__/app.cpython-311.pyc
DELETED
Binary file (5.46 kB)
|
|
flagged/input image/63b444ef562812ef6eb4/TCGA_CS_4944.png
DELETED
Binary file (76.9 kB)
|
|
flagged/log.csv
DELETED
@@ -1,2 +0,0 @@
|
|
1 |
-
input image,output,flag,username,timestamp
|
2 |
-
flagged\input image\63b444ef562812ef6eb4\TCGA_CS_4944.png,,,,2024-03-21 14:45:02.168756
|
|
|
|
|
|
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
torch
|
2 |
torchio
|
3 |
numpy
|
4 |
-
matplotlib
|
|
|
|
1 |
torch
|
2 |
torchio
|
3 |
numpy
|
4 |
+
matplotlib
|
5 |
+
ipywidgets
|