Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ elif selection == "Application":
|
|
44 |
test_image = image.load_img(upload_file,target_size=(299,299))
|
45 |
image_array = img_to_array(test_image)
|
46 |
image_array = np.expand_dims(image_array,axis=0)
|
47 |
-
|
48 |
#Boutton pour effectuer la prédiction
|
49 |
btn_prediction = st.button("Effectuer le diagnostic")
|
50 |
|
|
|
44 |
test_image = image.load_img(upload_file,target_size=(299,299))
|
45 |
image_array = img_to_array(test_image)
|
46 |
image_array = np.expand_dims(image_array,axis=0)
|
47 |
+
|
48 |
#Boutton pour effectuer la prédiction
|
49 |
btn_prediction = st.button("Effectuer le diagnostic")
|
50 |
|