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
Merge requests
!10
Feature/add auth asr service
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/add auth asr service
feature/add_auth_asr_service
into
main
Overview
1
Commits
17
Pipelines
0
Changes
12
Merged
Marcin Wątroba
requested to merge
feature/add_auth_asr_service
into
main
3 years ago
Overview
1
Commits
17
Pipelines
0
Changes
2
Expand
Created by: markowanga
0
0
Merge request reports
Viewing commit
48f8f5ac
Prev
Next
Show latest version
2 files
+
6
−
3
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
Unverified
48f8f5ac
Add Base service improvement
· 48f8f5ac
Marcin Wątroba
authored
3 years ago
sziszapangma/integration/base_asr_service/asr_processor.py
+
1
−
1
Options
@@ -49,7 +49,7 @@ class AsrProcessor(ABC):
return
None
def
health_check
(
self
)
->
Response
:
return
jsonify
({
'
status
'
:
'
running
'
})
return
jsonify
({
"
status
"
:
"
running
"
})
def
start_processor
(
self
):
app
=
Flask
(
__name__
)