ITADN

TypeError and ValueError when run python app.py

#542Opentyd19981111 创建于 2025-07-28
T
tyd19981111commented
when I run "python app.py", error occurs: TypeError: argument of type 'bool' is not iterable Traceback (most recent call last): File "E:\AI\LivePortrait-main\app.py", line 489, in <module> demo.launch( File "D:\Users\TianYiduo\anaconda3\envs\LivePortrait\lib\site-packages\gradio\blocks.py", line 2581, in launch raise ValueError( ValueError: When localhost is not accessible, a shareable link must be created. Please set share=True or check your proxy settings to allow access to localhost.
0 条评论