Spaces:
Sleeping
Sleeping
ZiaPratama
commited on
Commit
•
8abb369
1
Parent(s):
2fadd24
Update app.py
Browse fileschange example path
app.py
CHANGED
@@ -136,14 +136,14 @@ def predict_tumorbrain(input_img):
|
|
136 |
|
137 |
# demo = gr.Interface(fn=predict_tumorbrain,inputs='image',outputs=['label','number'])
|
138 |
example_img_input = [
|
139 |
-
'
|
140 |
-
'
|
141 |
-
'
|
142 |
-
'
|
143 |
-
'
|
144 |
-
'
|
145 |
-
'
|
146 |
-
'
|
147 |
]
|
148 |
|
149 |
demo = gr.Interface(
|
|
|
136 |
|
137 |
# demo = gr.Interface(fn=predict_tumorbrain,inputs='image',outputs=['label','number'])
|
138 |
example_img_input = [
|
139 |
+
'sample_test/Te-glTr_0000.jpg',
|
140 |
+
'sample_test/Te-glTr_0001.jpg',
|
141 |
+
'sample_test/Te-meTr_0000.jpg',
|
142 |
+
'sample_test/Te-meTr_0001.jpg',
|
143 |
+
'sample_test/Te-noTr_0000.jpg',
|
144 |
+
'sample_test/Te-noTr_0001.jpg',
|
145 |
+
'sample_test/Te-piTr_0000.jpg',
|
146 |
+
'sample_test/Te-piTr_0001.jpg'
|
147 |
]
|
148 |
|
149 |
demo = gr.Interface(
|