griddev commited on
Commit
82bedcd
·
1 Parent(s): eba3bfd

Add Hugging Face Spaces YAML frontmatter to README

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # 🔬 VLM Caption Lab
2
 
3
  **Compare how different Vision-Language Models look at images while writing captions — four architectures, one dataset, one evaluation metric.**
 
1
+ ---
2
+ title: VLM Caption Lab
3
+ emoji: 🖼️
4
+ colorFrom: blue
5
+ colorTo: indigo
6
+ sdk: streamlit
7
+ sdk_version: 1.40.0
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
  # 🔬 VLM Caption Lab
13
 
14
  **Compare how different Vision-Language Models look at images while writing captions — four architectures, one dataset, one evaluation metric.**