vtablas001 commited on
Commit
511a575
·
1 Parent(s): ccef6d5

updates to app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -4,7 +4,7 @@ import numpy as np
4
  import cv2
5
  from huggingface_hub import from_pretrained_keras
6
 
7
- st.header("tooth detection and segmentation in panoramic X-Rays")
8
  st.subheader("Iteration to improve demo")
9
  st.markdown(
10
  """
@@ -118,4 +118,3 @@ if archivo_imagen is not None:
118
  st.write(output.shape)
119
  st.image(output, width=850)
120
 
121
- st.markdown("Thanks for using our demo!")
 
4
  import cv2
5
  from huggingface_hub import from_pretrained_keras
6
 
7
+ st.header("Tooth detection and segmentation in panoramic X-Rays")
8
  st.subheader("Iteration to improve demo")
9
  st.markdown(
10
  """
 
118
  st.write(output.shape)
119
  st.image(output, width=850)
120