Mike0021 commited on
Commit
80a03ca
·
verified ·
1 Parent(s): 6d95389

Refresh validation notes

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -18,7 +18,9 @@ Static browser demo for client-side voice interaction:
18
 
19
  Open the Space, click **Load models**, then **Start mic**. The first load downloads model assets into the browser cache; after that, inference runs in the tab with no server inference.
20
 
21
- After benchmark or real-mic runs, use **Download JSON** to save the evidence file locally. The export includes the hosted Space commit when the static host exposes it.
 
 
22
 
23
  Known testing notes:
24
 
@@ -27,4 +29,5 @@ Known testing notes:
27
  - Initial load can be large because STT, LLM, TTS, and voice embeddings are all browser-side assets.
28
  - For validation evidence, run **Run benchmark suite**, **Run 3 real-mic series**, then **Download JSON**.
29
  - The exported `hostMetadata.hfSpaceCommit` identifies the exact static Space revision served to the browser.
30
- - Hosted smoke validation passed on May 28, 2026: TTS, identity, and loopback rows completed with zero benchmark-phase network requests and zero server-inference suspects.
 
 
18
 
19
  Open the Space, click **Load models**, then **Start mic**. The first load downloads model assets into the browser cache; after that, inference runs in the tab with no server inference.
20
 
21
+ Direct app URL: https://mike0021-browser-speak.static.hf.space
22
+
23
+ After benchmark or real-mic runs, use **Download JSON** to save the evidence file locally. The export includes the hosted Space commit when the static host exposes it, and the Runtime panel also shows the served build.
24
 
25
  Known testing notes:
26
 
 
29
  - Initial load can be large because STT, LLM, TTS, and voice embeddings are all browser-side assets.
30
  - For validation evidence, run **Run benchmark suite**, **Run 3 real-mic series**, then **Download JSON**.
31
  - The exported `hostMetadata.hfSpaceCommit` identifies the exact static Space revision served to the browser.
32
+ - Hosted smoke validation passed on May 28, 2026: TTS, identity, and loopback rows completed with zero benchmark-phase network requests, zero benchmark errors, and zero server-inference suspects.
33
+ - The latest local validation also passed UI smoke, client-side/no-server smoke, 3/3 synthetic loopback transcripts, and first-TTS-chunk safety. The remaining external gates are real human microphone rows and a hardware WebGPU row from a browser that exposes a real GPU adapter.