Commit History

README: add cover image at top
501a1ff
Running
verified

Laborator commited on

add project cover image
743c6db
verified

Laborator commited on

Bump spaces>=0.32 β€” fix PRO users falling into anonymous ZeroGPU quota
0abbf80

Laborator commited on

Fix card overflow + ghost translations of curated catalog answers
acfce00

Laborator commited on

ZeroGPU duration 35s→60s + cap vanilla max_new_tokens to 256 — fixes 'GPU task aborted' when vanilla generated 1400-char answers that left no time for v2+v3
34b5d7b

Laborator commited on

Word-by-word reveal via CSS animation-delay (single Python yield, browser animates each <span class='ml-word'> sequentially) β€” fixes header/text flicker from per-word re-renders
a6d97e5

Laborator commited on

ZeroGPU duration 50s→35s: more clicks per visitor (anon 3→5, free 6→10, PRO 30→40+); tightest safe budget for warm batch + cold-start margin
1439b68

Laborator commited on

Typewriter: slow word reveal 45ms→80ms (~12 wps) — no more blur from too-fast animation
96a9e66

Laborator commited on

Mobile: category pills wrap to 2 rows on phones (≀768px) with smaller font β€” labels no longer overlap
e4f04fe

Laborator commited on

Mobile responsive: stack 3 result panels vertically on phones (≀768px), desktop layout unchanged
1c380ac

Laborator commited on

Typewriter: word-by-word reveal at ~22 wps (was char-by-char chunks of 2) β€” natural reading rhythm like ChatGPT, no more grainy 2-char jumps
bea5e7b

Laborator commited on

Hide Gradio progress chips/timers (the '0.1s' labels and striped placeholder icons that flash during category switches and HTML re-renders)
f6bfd5f

Laborator commited on

ZeroGPU: batch 3 versions in single GPU call (vanilla+v2+v3 swap adapters in one acquisition) β€” cuts quota cost ~3x; do_analyze splits HF-Space (batch) vs local (loop) paths
762c7cb

Laborator commited on

ZeroGPU: lower duration budget 60s→25s — actual inference is 1-3s, only need cold-start margin; halves quota consumption per call
e950026

Laborator commited on

Category pills: one row (flex-wrap:nowrap), all 5 with dim red border, active gets full red + glow β€” drops the dot indicator
9a7b3fc

Laborator commited on

Footer: remove standalone 'ollama run' code box (Ollama link below already covers desktop install)
89b7fb7

Laborator commited on

Diatoms: replace with UDE 'In the Wild 2024' cutouts (real microscope photos with natural backgrounds, frustule patterns visible) β€” matching the original look user preferred
ed43481

Laborator commited on

Marine zooplankton: pad with actual #FFF background (was #F0F0F0 = visible bands); category pills bumped 11px→13px and padding 14→18px for readability
9ba89e4

Laborator commited on

Replace marine_zooplankton (6) and fungal_spore (6) thumbnails with clean center-cropped versions β€” removed scale-bar artefacts (vertical lines on marine, '20 Β΅m' legend on fungal)
5227b08

Laborator commited on

Replace 6 diatom sample thumbnails with clean center-cropped 384x384 from DiatlAS (previous had scale-bar lines drawn on the originals)
99803ee

Laborator commited on

Sample cards: drop cyan border + glow β†’ clean dark border #1f1f1f, red on hover (matches BWR palette)
7ae0cb8

Laborator commited on

Sample cards: remove inset top highlight stripe (1px white line at top of each thumb)
3f544bc

Laborator commited on

Fix two issues: drop unverified '140+ languages' claim; rebuild hosted-by strip with flex-wrap and nowrap pairs (License + Apache 2.0 stay together)
f845410

Laborator commited on

Restore classic simple footer style β€” single-line tech stack, ollama code box, plain text columns, with our enriched data (PEFT row, all 3 ollama versions)
7b7f68c

Laborator commited on

Footer rebalance: 3 equal text columns (Engine/Run anywhere/Legal) + install strip with Ollama+QRs side-by-side below
bd33a8c

Laborator commited on

Footer: soften typography (weights 900β†’600, 800β†’500, 700β†’500) + tighter letter-spacing for harmonious editorial feel
a0d13c5

Laborator commited on

Footer: bolder fonts (weight 900, +1-2px sizes, lighter greys for contrast) β€” readability without changing layout
d2cf52c

Laborator commited on

Footer: compact full-width, 3 equal columns (1fr 1fr 1fr), header strip instead of huge wordmark β€” 3x more compact
6c09479

Laborator commited on

Footer redesign: black/white/red palette, narrower (max-width 880px), real llama SVG, smaller QR (100px), no H200 line
916676f

Laborator commited on

Engine section: full tech stack (Unsloth prominent, PEFT multi-adapter, HF ZeroGPU LIVE) + training stats footer (122k VQA / 145+ genera / 37h)
448e9d0

Laborator commited on

Footer: large gold Ollama button + dual QR install card linking to GitHub repo
849d644

Laborator commited on

Footer: 3 elegant icon buttons (Ollama gold / Android cyan / iOS soon-greyed) β€” both mobile links open the GitHub install section
2f9115e

Laborator commited on

Footer: show all 3 Ollama models (v1/v2/v3) with v3 highlighted gold + profile link
5fc4227

Laborator commited on

Android APK link β†’ HF Hub (jury-friendly: works regardless of GitHub repo visibility)
1107148

Laborator commited on

Redesign footer: editorial layout with large italic-serif wordmark
04f681e

Laborator commited on

Smoother typewriter: 2 chars / 18ms (was 8 chars / 40ms β€” felt chunky)
de71854

Laborator commited on

Add diagnostic logging in _zerogpu_infer + fix dtype cast (only float tensors)
0d0e9f4

Laborator commited on

Fix Space launch: no share-tunnel and no fixed port when SPACE_ID is set
5a6e32e

Laborator commited on

Unwrap Gemma4ClippableLinear before PEFT (vision-tower nn.Linear wrapper)
e2f12be

Laborator commited on

Pin transformers==5.6.2 (PEFT 0.19 cannot hook Gemma4ClippableLinear in 5.8)
8a671d7

Laborator commited on

Add torchvision (required by Gemma4VideoProcessor at processor load)
d9819df

Laborator commited on

Deploy ZeroGPU 3-panel inference (vanilla / v2 / v3 via PEFT multi-adapter)
d1cfbfc

Laborator commited on

feat: working translation β€” try Gemma 4 via HF API, fall back to Google Translate honestly labeled
26c82cc

Laborator commited on

fix: replace upload preview with single 'choose file' button + center webcam in column
5e733e5

Laborator commited on

feat: multilingual translate via Gemma 4 base β€” alphabetical dropdown with flags + luxury button
e5feabd

Laborator commited on

style: drop millisecond latency footer from panels
2540d80

Laborator commited on

style: fixed 780px panel height β€” all three equal regardless of content length
6dd4a45

Laborator commited on

style: result body 22px / weight 800 β€” much bolder display feel
5c425a7

Laborator commited on

feat: typewriter streaming on AI ANALYZE + bigger bolder body (17px/600) + drop icons
8fcc79c

Laborator commited on

style: equal-height panels (520px min) + Space Grotesk display font + bigger bolder body
8288435

Laborator commited on