Jiayi

Results 1 comments of Jiayi

Remove the code of the situation `stream_output is True`, and replace `yield prompter.get_response(output)` with `return prompter.get_response(output)` (the code of `gr.Interface()` is also removed). That works for me. However, it is...