Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
diptanu committed Jul 3, 2024
1 parent e975b4e commit 6bd3233
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/audio/transcription/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ indexify-extractor join-server
python setup_graph.py
```

<img src="carbon.png" alt="extraction graph" width="600"/>
<img src="transcription/carbon.png" alt="extraction graph" width="600"/>

## Upload Data and Retrieve
The next step is to upload an audio file and retrieve the transcript
Expand All @@ -42,4 +42,4 @@ The next step is to upload an audio file and retrieve the transcript
python upload_and_retrieve.py
```

<img src="output.png" alt="output" width="800"/>
<img src="transcription/output.png" alt="output" width="800"/>

0 comments on commit 6bd3233

Please sign in to comment.