Spaces:
Build error
Build error
Commit
·
ffa9b6f
1
Parent(s):
5a9e72a
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,6 +9,7 @@ import numpy as np
|
|
| 9 |
import warnings
|
| 10 |
|
| 11 |
warnings.filterwarnings("ignore")
|
|
|
|
| 12 |
|
| 13 |
st.set_page_config(
|
| 14 |
page_title="PNEUMONIA Disease Detection",
|
|
|
|
| 9 |
import warnings
|
| 10 |
|
| 11 |
warnings.filterwarnings("ignore")
|
| 12 |
+
os.env[TF_ENABLE_ONEDNN_OPTS] = 0
|
| 13 |
|
| 14 |
st.set_page_config(
|
| 15 |
page_title="PNEUMONIA Disease Detection",
|