Skip to content

Commit 00d01b1

Browse files
committed
fix list layout, and add to navigation page
1 parent 934cd9b commit 00d01b1

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

config/templates/hpc.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ nav:
6060
- Python: python.md
6161
- Python virtual environments: setting_up_python_virtual_environments.md
6262
- VS Code Tunnel: vscodetunnel.md
63+
- Transcribe: transcribe.md
6364
- FAQ:
6465
- Frequently Asked Questions: FAQ.md
6566
- Appendices:

mkdocs/docs/HPC/transcribe.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ The main use case is sporadic transcription of audio or video files. There is in
1111
to help with large scale projects.
1212

1313
The supported flow is:
14-
- Upload audio or video file using the `Files` interface of the web portal
15-
- Configure transcription via the `Interactive Apps` -> `Transcribe` application (currently under `Testing` section at the bottom);
16-
you can select `Whisper inputfile` and `Whisper languages`.
17-
- Launch it and wait. Connecting to the running transcription is entirely optional; there is nothing interactive to do.
18-
You will also receive an email when the transcritpion started.
19-
- Upon completion, you will receive an email with link to the result directory. This info will also be shown in the application session under
20-
`My interactive sessions` (but the session data is only available for a week).
21-
22-
The result directory has a subdirectory per language with the text files and some metadata in JSON format of the transcritpion itself and input file.
14+
- Upload audio or video file using the `Files` interface of the web portal
15+
- Configure transcription via the `Interactive Apps` -> `Transcribe` application (currently under `Testing` section at the bottom);
16+
you can select `Whisper inputfile` and `Whisper languages`.
17+
- Launch it and wait. Connecting to the running transcription is entirely optional; there is nothing interactive to do.
18+
You will also receive an email when the transcritpion started.
19+
- Upon completion, you will receive an email with link to the result directory. This info will also be shown in the application session under
20+
`My interactive sessions` (but the session data is only available for a week).
21+
22+
The result directory has a subdirectory per language with the text files and some metadata in JSON format of the transcritpion itself and input file.
23+
2324

2425
This is intentionally kept simple. There is also no risk of loosing previous results
2526
(although some previous result directories might get renamed when input file names are reused).

0 commit comments

Comments
 (0)