Spaces:
Sleeping
Sleeping
Fix /cards visibility + bucket listing typo
#3
by ArthurZ HF Staff - opened
What this fixes
Persona pages were redirecting to a non-existent inline tab.
/cards,/arena,/buddy,/mirror,/quests,/mood-ci,/marketplace(and/jobs) all 302'''d to/?tab=cardsetc., but the
main index.html'''s inline tab UX isn'''t built yet โ so users saw nothing.New behavior: direct URLs serve the standalone HTML by default.
?tab=1
still redirects to the SPA-tab path for the friend'''s eventual inline UI.?embed=1continues to serve the raw file (iframe-friendly). Both
escape hatches preserved; the user-visible path is fixed.HfApi.list_bucket_filesdoesn'''t exist โ the correct method in hub
1.x islist_bucket_tree(bucket_id, prefix=..., recursive=...). Was breaking/api/jobslisting and/api/community/runswithAttributeError(visible in runtime logs).
Verified
- All 7 new pages now return 200 + HTML on direct GET.
- Gemma 2 2B IT vectors are live at
hf://buckets/HF-slyfox/emotion-vectors/google/gemma-2-2b-it/
(valence_separation=-0.9187, avg_pairwise_cosine=-0.0505 โ well within EmotionScope'''s targets).
ArthurZ changed pull request status to closed