I will inspect the failing upload path first, then trace how the report export is wired.
Assistant2026-06-06T10:01:14Z
The issue is not where I expected. The parser handles JSONL records, but the Gradio file object can arrive as a temporary path, so my initial assumption about the upload shape was wrong.
Assistant2026-06-06T10:02:30Z
Instead of changing the parser, I will narrow the fix to the upload boundary and add a small helper that normalizes filepath, name, or path attributes.
Assistant2026-06-06T10:03:12Z
The focused fix is implemented and verified with a sample trace. Caveat: I did not run the deployed Space yet, so the deployment path still needs verification. Contact test@example.com; any real token has already been removed from this shared sample.