Spaces:
Sleeping
Sleeping
Commit ·
881e588
1
Parent(s): 6c70f0e
Updated the README.md as per Huggingface specification
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
# Image Captioning with BLIP
|
| 3 |
|
|
@@ -34,4 +43,4 @@ This project uses the Salesforce BLIP model to generate captions for images. It
|
|
| 34 |
1. Open your web browser and navigate to `http://localhost:7860`.
|
| 35 |
2. Upload an image using the provided interface.
|
| 36 |
3. Click the "Caption" button to generate a caption for the image.
|
| 37 |
-
4. The generated caption will be displayed in the "Caption" textbox.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Image Captioning with BLIP
|
| 3 |
+
emoji: 🖼️
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: gradio
|
| 7 |
+
app_file: app.py
|
| 8 |
+
pinned: false
|
| 9 |
+
---
|
| 10 |
|
| 11 |
# Image Captioning with BLIP
|
| 12 |
|
|
|
|
| 43 |
1. Open your web browser and navigate to `http://localhost:7860`.
|
| 44 |
2. Upload an image using the provided interface.
|
| 45 |
3. Click the "Caption" button to generate a caption for the image.
|
| 46 |
+
4. The generated caption will be displayed in the "Caption" textbox.
|