Spaces:
Running
Running
Commit History
fix: move heuristic length check outside API exception block c6524f1
fix: improve zero-shot robustness and add length heuristic f7a048a
chore: migrate backend to hugging face space and add gh actions deployment e92ae8f
refactor: load AI models directly into memory for unified HF Space backend dc09f10
fix: parse Gradio v5 SSE stream for HF Worker prediction f6acc0d
fix: switch HF Space worker from Docker/FastAPI to Gradio SDK (free tier) 8170a24
feat: add dedicated HF Space worker for DistilBERT inference and rewire backend to call it c09459a
fix: prevent loading 800MB DistilBERT model into RAM to avoid OOM crash on Render free tier 9819a06
fix: cast numpy string to python string to prevent FastAPI JSON serialization errors e78bfec
fix: pass local model to detect_fake_news in step 4 to prevent 30s api fallback 10707a5
fix: drastically reduce external API timeouts to prevent 60s proxy timeout on Hugging Face Spaces 9b45703
fix: Re-enable local PyTorch model load for Hugging Face Spaces to bypass HF API DNS errors 9fd089c
fix: exclusively use user's uploaded model instead of fallback models d86275c
fix: add mrm8488/bert-tiny-finetuned-fake-news-detection to API fallback list for 100% uptime 61804b6
feat: target vinitsingare/distilbert_fake_news with API fallback 15e1da8
feat: add model uploader script and set API URL to vinitsingare/distilbert_fake_news c5aa1a0
fix: add candidate model fallback list and rich template generator for XAI explanations 60f2701
fix: correct response parsing for zero-shot and standard input format for Qwen HF API 518fbec
fix: migrate from deprecated api-inference to router.huggingface.co/hf-inference to fix global DNS outage c329b8c
fix: migrate from deprecated api-inference.huggingface.co to router.huggingface.co/hf-inference to fix global DNS outage 7f01ad9
fix: remove local model check from url_verifier so API can run 1d21597
fix: fully remove PyTorch DistilBERT loading from startup cache to fix OOM crash c82f9ad
fix: resolve indentation error in fake_news.py 07050b2
fix: replace local DistilBERT loading with HF Inference API for Ash-211/Fake_news_model 157b5ee
fix: replace local Qwen and SigLIP models with HuggingFace API to resolve RAM limits 254b6a4
Merge branch 'main' of https://github.com/Ash-211/ai_news_monitor 5433614
fix: replace local mDeBERTa model with HuggingFace Inference API to reduce RAM usage ce57d24
feat: integrate deepfake analysis and update XAI to use Qwen locally e4122a9
feat: WhatsApp bot improvements - interactive UI, pagination & dashboard landing page 5fd75e4
Add WhatsApp bot integration with Meta Cloud API b6f034a
Ash-211 commited on