File size: 236 Bytes
fbc1946
 
 
 
 
 
22c10be
 
fbc1946
 
22c10be
1
2
3
4
5
6
7
8
9
10
11
12
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")