--- title: Blue Scrub 150M emoji: 🩺 colorFrom: blue colorTo: indigo sdk: streamlit app_file: app.py pinned: false license: apache-2.0 short_description: CPU inference demo for mps/blue-scrub-150M --- # Blue Scrub 150M Inference This Space runs a simple Streamlit CPU inference UI for `mps/blue-scrub-150M`. The model is a non-instruction-tuned/base causal language model, so prompts should be plain text continuations rather than chat-style instructions. ## Notes - Free CPU inference can be slow. - The model loads from Hugging Face Hub when the Space starts. - No Docker and no Gradio are used.