Spitblaze commited on
Commit
60a960e
·
verified ·
1 Parent(s): 6105568

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +0 -1
src/streamlit_app.py CHANGED
@@ -22,7 +22,6 @@ st.write("Upload a chest X-ray image to classify it as **Normal** or **Pneumonia
22
 
23
  DEVICE = "cpu"
24
  CLASS_NAMES = ["Normal", "Pneumonia"]
25
- st.set_option("server.maxUploadSize", 5) # mb
26
 
27
  MODEL_PATH = Path(__file__).resolve().parent / "efficientnet_b3_best.pt"
28
 
 
22
 
23
  DEVICE = "cpu"
24
  CLASS_NAMES = ["Normal", "Pneumonia"]
 
25
 
26
  MODEL_PATH = Path(__file__).resolve().parent / "efficientnet_b3_best.pt"
27