Joaquin Romero Flores commited on
Commit
8f7d163
·
1 Parent(s): 03df72a

adding text

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -6,6 +6,8 @@ from huggingface_hub import from_pretrained_keras
6
 
7
  st.header("X-ray tooth segmentation")
8
 
 
 
9
  st.markdown(
10
  """
11
  This model was created by [SerdarHelli](https://huggingface.co/SerdarHelli/Segmentation-of-Teeth-in-Panoramic-X-ray-Image-Using-U-Net).
@@ -103,3 +105,4 @@ if archivo_imagen is not None:
103
  st.image(output, width=850)
104
 
105
 
 
 
6
 
7
  st.header("X-ray tooth segmentation")
8
 
9
+ st.subheader("Demo improvement Iteration Process")
10
+
11
  st.markdown(
12
  """
13
  This model was created by [SerdarHelli](https://huggingface.co/SerdarHelli/Segmentation-of-Teeth-in-Panoramic-X-ray-Image-Using-U-Net).
 
105
  st.image(output, width=850)
106
 
107
 
108
+ st.markdown("Thanks for using this application. See you soon, Mate!")