feat: add optional TTS (edge-tts) with audio outputs and docs
9624779
Anabelle Handdoekcommited on
feat: clean app.py, add optional translation, CPU BLIP fallback, and docs
9c1a5a0
Anabelle Handdoekcommited on
HF CPU: allow Florence again; fallback to BLIP on CPU if flash_attn blocks; fallback large→base; device-aware examples; status banner
254b20a
Anabelle Handdoekcommited on
HF CPU guard: block Florence on CPU, default BLIP + BLIP examples on CPU; keep Florence on GPU only
881809d
Anabelle Handdoekcommited on
HF: fallback to base if large fails; reduce generation max_new_tokens and beams to lower VRAM
f0ba26c
Anabelle Handdoekcommited on
HF: load Florence with float16 on GPU; surface full errors (no flash-attn masking)
8b2f0f0
Anabelle Handdoekcommited on
Cross-platform: remove runtime flash-attn install; lazy-load Florence with eager attn + SDPA fallback; add BLIP CPU fallback; default to BLIP on CPU; disable SSR
ce03d23
Anabelle Handdoekcommited on
revert(app.py): restore original version from 44742be for verification
78aa3be
Anabelle Handdoekcommited on
UI: always show Florence models; add optional translation toggle (default off); make translation/TTS resilient; default to Florence-2-base
7b42f19
Anabelle Handdoekcommited on
fix(space): move flash-attn install to postBuild; remove from requirements; improve HF messaging
4d5ade5
Anabelle Handdoekcommited on
fix(space): conditionally disable Florence without flash-attn; add flash-attn to requirements for GPU Spaces