Spaces:
Runtime error
Runtime error
Oscar-Hernandez
commited on
Commit
•
0828bad
1
Parent(s):
ab7c2c5
Update app.py
Browse files
app.py
CHANGED
@@ -7,14 +7,7 @@ from huggingface_hub import from_pretrained_keras
|
|
7 |
st.header("Segmentación de dientes con rayos X")
|
8 |
|
9 |
st.markdown('''
|
10 |
-
|
11 |
-
Hola estudiantes de Platzi 🚀. Este modelo usan UNet para segmentar imágenes
|
12 |
-
de dientos en rayos X. Se utila un modelo de Keras importado con la función
|
13 |
-
`huggingface_hub.from_pretrained_keras`. Recuerda que el Hub de Hugging Face está integrado
|
14 |
-
con muchas librerías como Keras, scikit-learn, fastai y otras.
|
15 |
-
|
16 |
El modelo fue creado por [SerdarHelli](https://huggingface.co/SerdarHelli/Segmentation-of-Teeth-in-Panoramic-X-ray-Image-Using-U-Net).
|
17 |
-
|
18 |
''')
|
19 |
|
20 |
model_id = "SerdarHelli/Segmentation-of-Teeth-in-Panoramic-X-ray-Image-Using-U-Net"
|
|
|
7 |
st.header("Segmentación de dientes con rayos X")
|
8 |
|
9 |
st.markdown('''
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
El modelo fue creado por [SerdarHelli](https://huggingface.co/SerdarHelli/Segmentation-of-Teeth-in-Panoramic-X-ray-Image-Using-U-Net).
|
|
|
11 |
''')
|
12 |
|
13 |
model_id = "SerdarHelli/Segmentation-of-Teeth-in-Panoramic-X-ray-Image-Using-U-Net"
|