Horus7 commited on
Commit
fb887f7
1 Parent(s): 22465f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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