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
95bb4de2
Unverified
Commit
95bb4de2
authored
3 years ago
by
Marcin Wątroba
Browse files
Options
Downloads
Patches
Plain Diff
Fix import in asr_result.py
parent
9beb06eb
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/asr_processor.py
+1
-1
1 addition, 1 deletion
sziszapangma/integration/base_asr_service/asr_processor.py
sziszapangma/integration/base_asr_service/requirements.txt
+0
-1
0 additions, 1 deletion
sziszapangma/integration/base_asr_service/requirements.txt
with
1 addition
and
2 deletions
sziszapangma/integration/base_asr_service/asr_processor.py
+
1
−
1
View file @
95bb4de2
...
...
@@ -3,7 +3,7 @@ import uuid
from
abc
import
ABC
,
abstractmethod
from
pathlib
import
Path
from
asr_result
import
AsrResult
from
.
asr_result
import
AsrResult
from
flask
import
Flask
,
Response
,
jsonify
,
request
_TEMP_DIRECTORY
=
"
asr_processing
"
...
...
This diff is collapsed.
Click to expand it.
sziszapangma/integration/base_asr_service/requirements.txt
deleted
100644 → 0
+
0
−
1
View file @
9beb06eb
flask
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