Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
whisper-asr-webservice
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Schwertgen
whisper-asr-webservice
Commits
af1c98e0
Commit
af1c98e0
authored
2 weeks ago
by
Subliminal Guy
Browse files
Options
Downloads
Patches
Plain Diff
change conatiner Mount Path for files
parent
e45304c6
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-2
2 additions, 2 deletions
README.md
with
2 additions
and
2 deletions
README.md
+
2
−
2
View file @
af1c98e0
...
...
@@ -14,7 +14,7 @@ docker run -d -p 9000:9000 \
--env-file
./.env
\
--gpus
all
\
-v
$PWD
/cache:/data/whisper
\
-v
ISILON_transcript_files:/files
\
-v
ISILON_transcript_files:/
app/
files
\
image_name
```
...
...
@@ -31,7 +31,7 @@ Key configuration options (see .env.example for default values):
| Name | Values | Description |
|-----------------|------------------------------------------------|----------------------------------------------------------------|
|
audio_fil
e
|
File
| Audio or video file to transcribe |
|
file_nam
e |
`text`
|
Basename of
Audio or video file to transcribe |
| output |
`text`
(default),
`json`
,
`vtt`
,
`srt`
,
`tsv`
| Output format |
| task |
`transcribe`
,
`translate`
| Task type - transcribe in source language or translate to English |
| language |
`en`
(default is auto recognition) | Source language code (see supported languages) |
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment