Skip to content

Commit

Permalink
debugged
Browse files Browse the repository at this point in the history
  • Loading branch information
bnestor committed Sep 17, 2024
1 parent 52fb272 commit 07b4b8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion InferenceSystem/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pydub==0.24.1
pandas
numpy
torchaudio
git+https://github.com/fastaudio/[email protected]
transformers
ipython
spacy
awscli
Expand Down
2 changes: 1 addition & 1 deletion InferenceSystem/src/LiveInferenceOrchestrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Rename these files
from model.podcast_inference import OrcaDetectionModel
from model.fastai_inference import FastAI2Model
from model.huggingface_inference import HuggingFaceModel
from model.huggingface_inference import HuggingfaceModel


from orca_hls_utils.DateRangeHLSStream import DateRangeHLSStream
Expand Down

0 comments on commit 07b4b8d

Please sign in to comment.