MCPcopy Create free account
hub / github.com/AlayaLab/Hive / inference_entry

Function inference_entry

app.py:269–270  ·  view source on GitHub ↗
(audio, text, model_choice)

Source from the content-addressed store, hash-verified

267if spaces is not None:
268 @spaces.GPU(duration=120)
269 def inference_entry(audio, text, model_choice):
270 return inference(audio, text, model_choice)
271else:
272 def inference_entry(audio, text, model_choice):
273 return inference(audio, text, model_choice)

Callers

nothing calls this directly

Calls 1

inferenceFunction · 0.85

Tested by

no test coverage detected