test_stuff / app.py
ThibaultLSDC's picture
plz
22c10be
raw
history blame contribute delete
236 Bytes
import os
os.environ["AGENTLAB_EXP_ROOT"] = os.path.abspath(
os.path.join(os.path.dirname(__file__), "data")
)
import pathlib
from agentlab.analyze.agent_xray import run_gradio
run_gradio(pathlib.Path(__file__).parent / "data")