Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -26,8 +26,8 @@ def detect(img):
|
|
26 |
return "Pneumonia Not Detected!"
|
27 |
|
28 |
|
29 |
-
result = detect(img)
|
30 |
-
print(result)
|
31 |
os.system("tar -zxvf examples.tar.gz")
|
32 |
|
33 |
|
|
|
26 |
return "Pneumonia Not Detected!"
|
27 |
|
28 |
|
29 |
+
# result = detect(img)
|
30 |
+
# print(result)
|
31 |
os.system("tar -zxvf examples.tar.gz")
|
32 |
|
33 |
|