Spaces:
Sleeping
Sleeping
Nischal Suresh commited on
Commit ·
374a176
1
Parent(s): 54c491e
Updating CSV file
Browse files- .DS_Store +0 -0
- app.py +1 -1
- density_gk.csv +42 -0
- density_veytel.csv +2 -0
.DS_Store
CHANGED
|
Binary files a/.DS_Store and b/.DS_Store differ
|
|
|
app.py
CHANGED
|
@@ -199,7 +199,7 @@ with gr.Blocks() as demo:
|
|
| 199 |
max_dense_3 = gr.Textbox(value='255', label="Max")
|
| 200 |
max_dense_2.change(set_min_dense_3, inputs=max_dense_2, outputs=[min_dense_3, dense2, dense3])
|
| 201 |
|
| 202 |
-
button1.click(new__cxr, inputs = [max_dense_0, max_dense_1, max_dense_2], outputs = [im1, im2, im3, dense0, dense1, dense2, dense3, progress_log])
|
| 203 |
button1.click(change_vis,outputs=[label1, button1])
|
| 204 |
|
| 205 |
if __name__ == "__main__":
|
|
|
|
| 199 |
max_dense_3 = gr.Textbox(value='255', label="Max")
|
| 200 |
max_dense_2.change(set_min_dense_3, inputs=max_dense_2, outputs=[min_dense_3, dense2, dense3])
|
| 201 |
|
| 202 |
+
button1.click(new__cxr, inputs = [max_dense_0, max_dense_1, max_dense_2], outputs = [im1, im2, im3, dense0, dense1, dense2, dense3, progress_log])#.then(new__cxr, inputs = [max_dense_0, max_dense_1, max_dense_2], outputs = [im1, im2, im3, dense0, dense1, dense2, dense3, progress_log])
|
| 203 |
button1.click(change_vis,outputs=[label1, button1])
|
| 204 |
|
| 205 |
if __name__ == "__main__":
|
density_gk.csv
CHANGED
|
@@ -1 +1,43 @@
|
|
| 1 |
count,thresh_1,thresh_2,thresh_3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
count,thresh_1,thresh_2,thresh_3
|
| 2 |
+
1,50,100,150
|
| 3 |
+
2,50,100,150
|
| 4 |
+
3,50,100,142
|
| 5 |
+
4,50,100,142
|
| 6 |
+
5,50,100,142
|
| 7 |
+
6,50,100,142
|
| 8 |
+
7,50,100,142
|
| 9 |
+
8,50,100,142
|
| 10 |
+
9,50,100,142
|
| 11 |
+
10,50,100,142
|
| 12 |
+
11,50,100,142
|
| 13 |
+
12,50,100,142
|
| 14 |
+
13,50,100,142
|
| 15 |
+
14,50,100,142
|
| 16 |
+
15,50,100,142
|
| 17 |
+
16,50,100,142
|
| 18 |
+
17,50,100,142
|
| 19 |
+
18,50,100,142
|
| 20 |
+
19,50,100,142
|
| 21 |
+
20,50,100,142
|
| 22 |
+
21,50,100,142
|
| 23 |
+
22,50,100,142
|
| 24 |
+
23,50,100,142
|
| 25 |
+
24,50,100,142
|
| 26 |
+
25,50,100,142
|
| 27 |
+
26,50,100,142
|
| 28 |
+
27,50,100,142
|
| 29 |
+
28,50,100,142
|
| 30 |
+
29,50,100,142
|
| 31 |
+
30,50,100,142
|
| 32 |
+
|
| 33 |
+
count,thresh_1,thresh_2,thresh_3
|
| 34 |
+
1,50,100,150
|
| 35 |
+
2,50,100,150
|
| 36 |
+
3,50,100,150
|
| 37 |
+
4,50,100,150
|
| 38 |
+
5,50,100,150
|
| 39 |
+
6,50,100,150
|
| 40 |
+
7,50,100,150
|
| 41 |
+
8,50,100,150
|
| 42 |
+
9,50,100,150
|
| 43 |
+
10,78,79,150
|
density_veytel.csv
CHANGED
|
@@ -3,3 +3,5 @@ count,thresh_1,thresh_2,thresh_3
|
|
| 3 |
2,50,100,150
|
| 4 |
|
| 5 |
count,thresh_1,thresh_2,thresh_3
|
|
|
|
|
|
|
|
|
| 3 |
2,50,100,150
|
| 4 |
|
| 5 |
count,thresh_1,thresh_2,thresh_3
|
| 6 |
+
|
| 7 |
+
count,thresh_1,thresh_2,thresh_3
|