Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -45,7 +45,7 @@ if app_mode == "🏠 Home":
|
|
| 45 |
elif app_mode == "🩻 X-ray Classifier":
|
| 46 |
st.header("🩺 Chest X-ray COVID Prediction")
|
| 47 |
|
| 48 |
-
|
| 49 |
|
| 50 |
if uploaded_image:
|
| 51 |
with st.spinner("🔍 Predicting..."):
|
|
|
|
| 45 |
elif app_mode == "🩻 X-ray Classifier":
|
| 46 |
st.header("🩺 Chest X-ray COVID Prediction")
|
| 47 |
|
| 48 |
+
uploaded_image = st.file_uploader("📤 Upload Chest X-ray", type=["jpg", "jpeg", "png"])
|
| 49 |
|
| 50 |
if uploaded_image:
|
| 51 |
with st.spinner("🔍 Predicting..."):
|