Language spelling improvement
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ model_id = "SerdarHelli/Segmentation-of-Teeth-in-Panoramic-X-ray-Image-Using-U-N
|
|
19 |
model = from_pretrained_keras(model_id)
|
20 |
|
21 |
## Allows the user to upload an image
|
22 |
-
archivo_imagen = st.file_uploader("
|
23 |
|
24 |
## If an image has more than one channel then it is converted to grayscale (1 channel)
|
25 |
def convertir_one_channel(img):
|
|
|
19 |
model = from_pretrained_keras(model_id)
|
20 |
|
21 |
## Allows the user to upload an image
|
22 |
+
archivo_imagen = st.file_uploader("Load her you Image.", type=["png", "jpg", "jpeg"])
|
23 |
|
24 |
## If an image has more than one channel then it is converted to grayscale (1 channel)
|
25 |
def convertir_one_channel(img):
|