nisharg nargund commited on
Commit
7518ba5
·
1 Parent(s): a27b34c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ model = tf.keras.models.load_model('model.h5')
10
  class_labels = ['Fractured', ' Not Fractured']
11
 
12
  # Streamlit app
13
- st.title('Bone Fracture Detection App -- Team NSAI')
14
 
15
  # Upload an image for prediction
16
  uploaded_image = st.file_uploader("Choose an image...", type=["jpg", "png", "jpeg"])
 
10
  class_labels = ['Fractured', ' Not Fractured']
11
 
12
  # Streamlit app
13
+ st.title('Bone Fracture Detection App')
14
 
15
  # Upload an image for prediction
16
  uploaded_image = st.file_uploader("Choose an image...", type=["jpg", "png", "jpeg"])