Spaces:
Running on Zero
Running on Zero
Commit History
fix: include full dream text in prompt + robust JSON parsing b6c71a1
panda-lsy commited on
feat: JSON output for reliable dream content parsing b151ef7
panda-lsy commited on
fix: structured prompt for parser-compatible output 7218e25
panda-lsy commited on
fix: move @spaces.GPU to app.py for ZeroGPU detection f4a1f39
panda-lsy commited on
fix: correct ZeroGPU setup — import spaces directly + local fallback a70629e
panda-lsy commited on
fix: top-level @spaces.GPU for ZeroGPU detection 3e2203e
panda-lsy commited on
fix: remove bucket dependency for ZeroGPU compatibility fd018d5
panda-lsy commited on
fix: ZeroGPU @spaces.GPU support for model generation 6fe26fc
panda-lsy commited on
feat: ZeroGPU (RTX Pro 6000) support with 8B model e928d16
panda-lsy commited on
fix: 1024 token budget for thinking model + robust fallback f6e9131
panda-lsy commited on
fix: robust thinking tag handling for MiniCPM5-1B ea5e853
panda-lsy commited on
fix: strip thinking tags from combined generation output 2c44176
panda-lsy commited on
fix: robust thinking tag handling for MiniCPM5-1B 2e43ba3
panda-lsy commited on
perf: single LLM call for dream pipeline (4x faster on CPU) 8fee748
panda-lsy commited on
fix: remove token_type_ids for MiniCPM5-1B compatibility 7aba1a2
panda-lsy commited on
fix: handle MiniCPM5-1B thinking tags, extract content from <think> a43530f
panda-lsy commited on
fix: model generation reliability + performance a0f53f2
panda-lsy commited on
fix: refresh Explorer/Journal dropdowns after dream submission 0c59a54
panda-lsy commited on
feat: wire up Explorer, Journal, Player, History, Map refresh handlers c0c7faa
panda-lsy commited on
feat: HF Buckets persistent storage at /data 2922c71
panda-lsy commited on
fix: update slot button labels after creation, add HF Buckets persistence cddbdc4
panda-lsy commited on
fix: per-user session isolation via ensure_session_id 8a5bac7
panda-lsy commited on
fix: remove device_map='cpu' - not supported in HF Spaces 536e7de
panda-lsy commited on
fix: add show_error=True, error handling in dream submission c14e027
panda-lsy commited on
fix: handle None session_id gracefully 30d212e
panda-lsy commited on
fix: session_id as gr.State input, update README with correct model 9de8228
panda-lsy commited on
Update README.md f06ddc8 verified
fix: use transformers+MiniCPM5-1B, fix session_id State capture 6796880
panda-lsy commited on
fix: use ctransformers (pre-built wheel) instead of llama-cpp-python 34a23ef
panda-lsy commited on
fix: add llama-cpp-python to requirements (was missing) 903fe3c
panda-lsy commited on
feat: per-user data isolation, fix model name, clean gitignore 820bd65
panda-lsy commited on
fix: default port 7860 for HF Spaces 78d6422
panda-lsy commited on
feat: complete single-page layout with all tabs, 74 components 23c2457
panda-lsy commited on
fix: use cpu-basic hardware for HF Spaces 85d737a
panda-lsy commited on
fix: use GRADIO_SERVER_PORT env var for HF Spaces compatibility 6bc2aac
panda-lsy commited on
chore: force rebuild 5d50af0
panda-lsy commited on
fix: switch to Gradio SDK, remove Docker, clean requirements 77552d9
panda-lsy commited on
chore: trigger Docker rebuild f18b3cd
panda-lsy commited on
ignore screenshots dcd89e9
panda-lsy commited on
remove binary icon, use online favicon 8660a09
panda-lsy commited on
fix: CSS via gr.HTML style tag, background as div, no CSS variables 7f4e877
panda-lsy commited on
refactor: follow lolaby pattern — embedded CSS, ATTRIBUTION_HTML footer 6ddf93a
panda-lsy commited on
feat: two-screen layout with gr.render, background, favicon, editor fix 6939081
panda-lsy commited on
fix: remove all gr.Column/gr.Group outputs, add favicon 030d56f
panda-lsy commited on
fix: single-page layout, no gr.Column/Group output components fe7aa73
panda-lsy commited on
fix: move name_input_box inside slot_screen column e9571f2
panda-lsy commited on
fix: reliable slot selection with single HTML panel + Gradio buttons f24a0e3
panda-lsy commited on
fix: slot selection logic + input validation 9e16922
panda-lsy commited on
feat: restore slot selection, Settings load save, player-only display 198752a
panda-lsy commited on