Traceback (most recent call last):
File "/app/app.py", line 14, in <module>
api = APIHandler() # <-- FIXED: no api_key anymore
File "/app/api_handler.py", line 29, in __init__
from generate import LeVoPipeline # from Tencent's repo
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'generate'
I’m sure it wouldn’t be too hard to fix that error, but could you please describe the functionality you want to implement in that space using “natural language” rather than just model names?
Just a few lines would be fine… Otherwise, while I can fix the error itself, I won’t be able to make it work properly.