Dear Hugo et al,
I have a gradio app that reads some audio and produces text and analysis graphs of it. (It doesn't actually change the audio.)
It was looking like I could use PyHARP v0.1.0 to integrate my gradio app with a DAW, and just return the original audio unaltered so it didn't affect the DAW, as well as return my graph and text.
build_endpoint took four arguments (inputs, output, process_fn, card).
But now with v 0.1.1, inputs & output are together in "components". In this new framework, how can I setup an additional output to display in HARP, e.g. of type gr.Image?
Thanks!
Dear Hugo et al,
I have a gradio app that reads some audio and produces text and analysis graphs of it. (It doesn't actually change the audio.)
It was looking like I could use PyHARP v0.1.0 to integrate my gradio app with a DAW, and just return the original audio unaltered so it didn't affect the DAW, as well as return my graph and text.
build_endpointtook four arguments (inputs, output, process_fn, card).But now with v 0.1.1, inputs & output are together in "
components". In this new framework, how can I setup an additional output to display in HARP, e.g. of typegr.Image?Thanks!