Perilon commited on
Commit
e3a5e93
·
1 Parent(s): df66a57

Add required YAML frontmatter to README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -1,4 +1,14 @@
1
- # VSL Boundary Annotation and Alignment Tool
 
 
 
 
 
 
 
 
 
 
2
 
3
  This tool helps annotate sign language videos by marking boundaries between signing segments and aligning them with English text transcriptions.
4
 
 
1
+ ---
2
+ title: VSL Boundary Annotation and Alignment Tool
3
+ emoji: 🤟
4
+ colorFrom: blue
5
+ colorTo: green
6
+ sdk: docker
7
+ app_port: 7860
8
+ pinned: false
9
+ ---
10
+
11
+ # Sign Language Boundary Annotation Tool
12
 
13
  This tool helps annotate sign language videos by marking boundaries between signing segments and aligning them with English text transcriptions.
14