Skip to content

Commit d9ce6bd

Browse files
committed
Fixed image loading in cookbook website
1 parent 8e6b2be commit d9ce6bd

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

examples/Speech_transcription_methods.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
"### How it works\n",
143143
"\n",
144144
"\n",
145-
"![STT Not Streaming Transcription flow](./imgs/speech-to-text-not-streaming.png)\n",
145+
"![STT Not Streaming Transcription flow](../images/speech-to-text-not-streaming.png)\n",
146146
"\n",
147147
"#### Benefits\n",
148148
"\n",
@@ -250,7 +250,7 @@
250250
"- You need immediate transcription results (partial or final) as they arrive. \n",
251251
"- Scenarios where partial feedback improves UX, e.g., uploading a long voice memo.\n",
252252
"\n",
253-
"![STT Streaming Transcription flow](./imgs/speech-to-text-streaming.png)\n",
253+
"![STT Streaming Transcription flow](../images/speech-to-text-streaming.png)\n",
254254
"\n",
255255
"#### Benefits\n",
256256
"- **Real-time feel:** Users see transcription updates almost immediately. \n",
@@ -321,7 +321,7 @@
321321
"source": [
322322
"### How it works\n",
323323
"\n",
324-
"![Realtime Transcription flow](./imgs/realtime_api_transcription.png)\n",
324+
"![Realtime Transcription flow](../images/realtime_api_transcription.png)\n",
325325
"\n",
326326
"#### Benefits\n",
327327
"- **Ultra-low latency:** Typically 300–800 ms, enabling near-instant transcription. \n",
@@ -496,7 +496,7 @@
496496
"source": [
497497
"### How it works\n",
498498
"\n",
499-
"![Agents Transcription flow](./imgs/agents_sdk_transcription.png)\n",
499+
"![Agents Transcription flow](../images/agents_sdk_transcription.png)\n",
500500
"\n",
501501
"**Benefits**\n",
502502
"\n",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)