Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimpoutaraud committed Oct 4, 2023
1 parent 16a48f2 commit b913f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion musicalgestures/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def __init__(self):
module_path = os.path.realpath(
os.path.dirname(__file__)).replace("\\", "/")
# module_path = os.path.abspath(os.path.dirname(__file__))
self.dance = module_path + "/dancer.avi"
self.dance = module_path + "/examples/dancer.avi"
self.pianist = module_path + "/examples/pianist.avi"
self.notebook = module_path + "/MusicalGesturesToolbox.ipynb"

Expand Down

0 comments on commit b913f29

Please sign in to comment.