Hug0endob commited on
Commit
0894d1c
Β·
verified Β·
1 Parent(s): 1e4498e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -9,4 +9,16 @@ app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  pinned: false
10
  ---
11
 
12
+ # Image Describer (vit-gpt2) β€” Hugging Face Space
13
+
14
+ This Space runs nlpconnect/vit-gpt2-image-captioning with an optional T5 rewriter.
15
+ - CPU-friendly and returns model outputs uncensored (no filter implemented).
16
+ - Optional prompt box to bias the paraphrase step.
17
+
18
+ To run locally:
19
+ 1. Create a Python 3.8+ venv and install requirements: `pip install -r requirements.txt`
20
+ 2. Run: `python app.py`
21
+
22
+ Notes:
23
+ - For production/throughput on CPU, reduce max_length/num_beams or convert to ONNX + quantize.
24
+ - This Space uses the public HF model weights; no HF tokens are required to run the demo.