MCPcopy Index your code
hub / github.com/Standard-Intelligence/hertz-dev / __init__

Method __init__

inference_server.py:56–59  ·  view source on GitHub ↗
(self, model, prompt_path)

Source from the content-addressed store, hash-verified

54
55class AudioProcessor:
56 def __init__(self, model, prompt_path):
57 self.model = model
58 self.prompt_path = prompt_path
59 self.initialize_state(prompt_path)
60
61 def initialize_state(self, prompt_path):
62 loaded_audio, sr = torchaudio.load(prompt_path)

Callers

nothing calls this directly

Calls 1

initialize_stateMethod · 0.95

Tested by

no test coverage detected