adikrmuj commited on
Commit
21f231c
·
verified ·
1 Parent(s): abd76ea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -5
README.md CHANGED
@@ -1,5 +1,16 @@
1
- # MiniGPT-4 Image + Text Chat (CPU-friendly)
2
-
3
- Upload an image and provide a prompt to get a caption or description.
4
-
5
- Powered by BLIP for CPU compatibility.
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: MiniGPT-4 Chat (CPU)
3
+ emoji: 🧠
4
+ colorFrom: gray
5
+ colorTo: blue
6
+ sdk: gradio
7
+ sdk_version: 4.20.1
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
+ # MiniGPT-4 Chat (Image + Text)
13
+
14
+ Upload an image and ask a question. The model will respond with a caption or visual description.
15
+
16
+ This version runs on CPU using BLIP for compatibility.