PIANO-Dataset / app.py
roszcz's picture
cleanup
aef5d66
raw
history blame contribute delete
101 Bytes
from piano_dataset.dashboards import task_review
if __name__ == "__main__":
task_review.main()