Spaces:
Configuration error
Configuration error
Commit ·
4dbe32d
1
Parent(s): ba1e33b
docs: add HuggingFace Space frontmatter to README
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
<h1 align="center">Image Captioning System</h1>
|
| 2 |
|
| 3 |
<p align="center">
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Image Captioning API
|
| 3 |
+
emoji: 🖼️
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_port: 7860
|
| 8 |
+
pinned: false
|
| 9 |
+
license: mit
|
| 10 |
+
short_description: InceptionV3 + Transformer image captioning inference API
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
<h1 align="center">Image Captioning System</h1>
|
| 14 |
|
| 15 |
<p align="center">
|