Spaces:
Sleeping
Sleeping
Commit ·
511a575
1
Parent(s): ccef6d5
updates to app.py
Browse files
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("
|
| 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 |
|
|
|