CoolFace
Apppublic

shubham1440/imu-heart

sourceHugging Facemitupdated 8d agoView on Hugging Face
1likes
14 commits on main
49341368d ago

fix: restore @spaces.GPU + vocab fix + demo.launch()

shubham001312
89f6be48d ago

fix: add demo.launch() + remove conflicting sdk_version

shubham001312
4e89e9f8d ago

fix: use actual vocab size (len(word2idx)=15848) not tokenizer.vocab_size (30000 default)

shubham001312
b952c618d ago

simplify: bare ChatInterface, no Blocks wrapper

shubham001312
75bd54e8d ago

test: remove @spaces.GPU, rely on README hardware declaration

shubham001312
e56853b8d ago

fix: expose Gradio demo as main entry, remove FastAPI wrapper

shubham001312
fadfcd28d ago

fix: add hardware declaration to README YAML

shubham001312
a3a8aff8d ago

debug: spaces.GPU() with parens + print marker

shubham001312
c7b351d8d ago

fix: @spaces.GPU on chat_fn, remove theme from Blocks, fix Gradio 6 compat

shubham001312
e2fb8d08d ago

fix: remove GPU decorator, use CPU for free tier

shubham001312
3423ea08d ago

fix: add @spaces.GPU decorator for GPU space

shubham001312
3914f018d ago

fix: remove retry_btn for Gradio 6 compat

shubham001312
4d593878d ago

feat: Gradio app for IMU Heart model inference

shubham001312
bb5f85b8d ago

feat: IMU Heart inference server - full backend with model

shubham001312