Spaces:
Build error
Build error
Commit
·
ff86231
1
Parent(s):
fa9e49b
Update app.py
Browse files
app.py
CHANGED
|
@@ -73,7 +73,7 @@ else:
|
|
| 73 |
predictions = import_and_predict(image, model)
|
| 74 |
x = random.randint(98, 99) + random.randint(0, 99) * 0.01
|
| 75 |
st.error("Accuracy : " + str(x) + " %")
|
| 76 |
-
|
| 77 |
class_names = [
|
| 78 |
"Normal",
|
| 79 |
"PNEUMONIA",
|
|
|
|
| 73 |
predictions = import_and_predict(image, model)
|
| 74 |
x = random.randint(98, 99) + random.randint(0, 99) * 0.01
|
| 75 |
st.error("Accuracy : " + str(x) + " %")
|
| 76 |
+
print(predictions)
|
| 77 |
class_names = [
|
| 78 |
"Normal",
|
| 79 |
"PNEUMONIA",
|