PIANO-Dataset / app_v2.py
roszcz's picture
Move dashboard logic to the piano repo
185b013
raw
history blame
101 Bytes
from piano_dataset.dashboards import task_review
if __name__ == "__main__":
task_review.main()