pnkvalavala / digitaltwin

Using a single image and just 10 seconds of sample audio, our project enables you to create a video where it appears as if you're speaking the desired text.
26 stars 7 forks source link

JSON decode error #3

Open vt57299 opened 1 month ago

vt57299 commented 1 month ago

I am getting this json decode error after uploading audio, text and image in the app. Can you please tell me how can I solve this issue?

` JSONDecodeError: Expecting value: line 1 column 1 (char 0) Traceback: File "C:\Users\VIVEK\Music\multi_agents\crewai-venv\Lib\site-packages\streamlit\runtime\scriptrunner\exec_code.py", line 75, in exec_func_with_error_handling result = func() ^^^^^^ File "C:\Users\VIVEK\Music\multi_agents\crewai-venv\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 574, in code_to_exec exec(code, module.dict) File "C:\Users\VIVEK\Music\multi_agents\dig_twin.py", line 61, in video_b64 = res.json()['video'] ^^^^^^^^^^ File "C:\Users\VIVEK\Music\multi_agents\crewai-venv\Lib\site-packages\requests\models.py", line 978, in json raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)

`

serdarzuli commented 1 month ago

also I got this same error