Help

#2
by Gertie2013 - opened

My app is supposed to generate music with tencent/SongGeneration: https://huggingface.co/tencent/SongGeneration

It's also supposed to edit music with tencent/Covo-Audio-Chat: https://huggingface.co/tencent/Covo-Audio-Chat

Traceback (most recent call last):
File "/app/app.py", line 9, in
api = APIHandler()
TypeError: APIHandler.init() missing 1 required positional argument: 'api_key'
Traceback (most recent call last):
File "/app/app.py", line 9, in
api = APIHandler()
TypeError: APIHandler.init() missing 1 required positional argument: 'api_key'

@John6666 @fffiloni

Sign up or log in to comment