Spaces:
Build error
Build error
File size: 159 Bytes
89c2dc5 | 1 2 3 4 | class ContinuousBenchmark:
async def run_once(self): return type('', (), {'regression':False,'global_score':0.8})()
def get_dashboard(self): return {}
|