Every time I run python -m applications.vibegraph_demo.main directly, the following error occurs:
raise ValueError(f"Invalid AML XML: {exc}") from exc
ValueError: Invalid AML XML: not well-formed (invalid token): line 1, column 0
The same thing happens with different models.
Every time I run
python -m applications.vibegraph_demo.maindirectly, the following error occurs:raise ValueError(f"Invalid AML XML: {exc}") from excValueError: Invalid AML XML: not well-formed (invalid token): line 1, column 0The same thing happens with different models.