Upload README with proper Hugging Face Spaces frontmatter
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# InternVL2.5 Slide Analyzer
|
2 |
|
3 |
This application uses the InternVL2.5 multimodal model to analyze presentation slides from PDF or PowerPoint files.
|
|
|
1 |
+
---
|
2 |
+
title: InternVL2.5 Slide Analyzer
|
3 |
+
emoji: 📊
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: indigo
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 3.50.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# InternVL2.5 Slide Analyzer
|
13 |
|
14 |
This application uses the InternVL2.5 multimodal model to analyze presentation slides from PDF or PowerPoint files.
|