Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
asr-benchmarks
Manage
Activity
Members
Labels
Plan
Issues
8
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marcin Wątroba
asr-benchmarks
Commits
4bc51a5d
Unverified
Commit
4bc51a5d
authored
3 years ago
by
Marcin Wątroba
Browse files
Options
Downloads
Patches
Plain Diff
Fix import in asr_result.py
parent
95bb4de2
Branches
Branches containing commit
2 merge requests
!7
Fix import in asr_result.py
,
!8
Feature/add auth asr service
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
sziszapangma/integration/base_asr_service/__init__.py
+0
-0
0 additions, 0 deletions
sziszapangma/integration/base_asr_service/__init__.py
sziszapangma/integration/base_asr_service/asr_processor.py
+2
-1
2 additions, 1 deletion
sziszapangma/integration/base_asr_service/asr_processor.py
with
2 additions
and
1 deletion
sziszapangma/integration/base_asr_service/__init__.py
0 → 100644
+
0
−
0
View file @
4bc51a5d
This diff is collapsed.
Click to expand it.
sziszapangma/integration/base_asr_service/asr_processor.py
+
2
−
1
View file @
4bc51a5d
...
...
@@ -3,9 +3,10 @@ import uuid
from
abc
import
ABC
,
abstractmethod
from
pathlib
import
Path
from
.asr_result
import
AsrResult
from
flask
import
Flask
,
Response
,
jsonify
,
request
from
sziszapangma.integration.base_asr_service.asr_result
import
AsrResult
_TEMP_DIRECTORY
=
"
asr_processing
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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