Skip to content

Commit 90411cb

Browse files
authored
Merge pull request #9 from clamsproject/8-instance-name-error
8 instance name error
2 parents 1a2f797 + cdaf028 commit 90411cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ def _annotate(self, mmif: Union[str, dict, Mmif], **runtime_params) -> Mmif:
5757
if parsed_args.production:
5858
segmenter_app.serve_production()
5959
else:
60-
app.logger.setLevel(logging.DEBUG)
60+
segmenter.logger.setLevel(logging.DEBUG)
6161
segmenter_app.run()

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
clams-python==1.0.9
1+
clams-python==1.2.1
22
inaSpeechSegmenter==0.7.6
33
tensorflow==2.*

0 commit comments

Comments
 (0)