Commit History

fix: skip empty texts in batch analysis to avoid wasting inference
6d24bec

Takeda-Shingen commited on

Add comprehensive asyncio warning suppression for clean container logs
4824d9c

Takeda-Shingen commited on

Fix tokenizer padding token issue that was breaking functionality
f9d0052

Takeda-Shingen commited on

Disable SSR mode to fix asyncio event loop cleanup errors
87fd2a7

Takeda-Shingen commited on

Suppress asyncio cleanup warnings in containerized Gradio app
2cc5452

Takeda-Shingen commited on

Fix asyncio event loop cleanup errors in containerized Gradio app
c2c84e2

Takeda-Shingen commited on

Fix tokenizer padding by using padding='max_length' and remove share=True
a4a72a9

Takeda-Shingen commited on

Fix tokenizer padding token by setting pad_token to eos_token
baf0258

Takeda-Shingen commited on

Fix Gradio launch parameters - remove invalid show_api argument
b9f9119

Takeda-Shingen commited on

Enable external API access for Gradio client connections
d8af503

Takeda-Shingen commited on

Fix model path to work both locally and in HF Space environment
7f0116b

Takeda-Shingen commited on

fix: remap gamma/beta -> weight/bias for LayerNorm compatibility
bc923f5

Takeda-Shingen commited on

add model files to Space repo
2fa1e7b

Takeda-Shingen commited on

fix: load model/tokenizer directly from files, bypass HF Hub repo-ID validation
adffe50

Takeda-Shingen commited on

fix: pin transformers<5.0.0 to fix local path loading on HF Spaces
ea19daf

Takeda-Shingen commited on

fix: use pathlib.Path for MODEL_PATH to bypass HF hub repo_id validation
01d6c9e

Takeda-Shingen commited on

Fix model loading: add local_files_only=True for transformers 5.x
22028d5

Takeda-Shingen commited on

Fix MODEL_PATH: use pathlib.Path for transformers 5.x local path detection
b19ebef

Takeda-Shingen commited on

Fix MODEL_PATH: use absolute path for transformers 5.x compatibility
25905d6

Takeda-Shingen commited on

Upgrade spacy to 3.8 to fix typer conflict with gradio 6.14
b61604b

Takeda-Shingen commited on

Remove audioop-lts (Python 3.10 incompatible)
70446b4

Takeda-Shingen commited on

Fix spacy pydantic v2 conflict, add en_core_web_sm wheel
d81598c

Takeda-Shingen commited on

Fix README config: quote sdk_version, add python_version
2f63d62

Takeda-Shingen commited on

Rewrite with gradient saliency, fix label mapping, match client.ts API
7af0503

Takeda-Shingen commited on

Expose deep_analyze API endpoint
3fb7150

Takeda-Shingen commited on

Add api_handler for unified batch/deep analysis API
ceed906

Takeda-Shingen commited on

Fix audioop package name to audioop-lts
b9e985d

Takeda-Shingen commited on

Add pyaudioop for Python 3.13 compatibility
401bbcf

Takeda-Shingen commited on

Fix requirements - remove spacy wheel URL
d2be9a9

Takeda-Shingen commited on

Remove large model file for LFS conversion
5fd3321

Takeda-Shingen commited on

Configure Git LFS for model files
7832551

Takeda-Shingen commited on