joacorf33 commited on
Commit
089e503
1 Parent(s): 54a4480

Language spelling improvement

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("Sube aquí tu imagen.", 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):
 
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):