omm7 commited on
Commit
b62d2d8
Β·
verified Β·
1 Parent(s): d4ab931

Upload app/app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app/app.py +2 -2
app/app.py CHANGED
@@ -10,7 +10,7 @@ from utils import load_data, num_to_char
10
 
11
  # ── Page config ───────────────────────────────────────────────────────────────
12
  st.set_page_config(
13
- page_title="LipNet β€” Silent Speech Recognition",
14
  page_icon="πŸ‘„",
15
  layout="wide",
16
  )
@@ -173,7 +173,7 @@ with col2:
173
  video_tensor, annotations = load_data(tf.convert_to_tensor(str(file_path)))
174
 
175
  # ── Mouth crop GIF ────────────────────────────────────────────────────────
176
- st.info("Mouth crop β€” what the model actually sees (grayscale Β· normalized)")
177
  gif_path = None
178
  try:
179
  with tempfile.NamedTemporaryFile(suffix=".gif", delete=False) as gf:
 
10
 
11
  # ── Page config ───────────────────────────────────────────────────────────────
12
  st.set_page_config(
13
+ page_title="LipNet - Silent Speech Recognition",
14
  page_icon="πŸ‘„",
15
  layout="wide",
16
  )
 
173
  video_tensor, annotations = load_data(tf.convert_to_tensor(str(file_path)))
174
 
175
  # ── Mouth crop GIF ────────────────────────────────────────────────────────
176
+ st.info("Mouth crop - what the model actually sees (grayscale Β· normalized)")
177
  gif_path = None
178
  try:
179
  with tempfile.NamedTemporaryFile(suffix=".gif", delete=False) as gf: