Skip to content

Commit

Permalink
Upload predictor script to Resources folder (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
javierdlrm authored Jan 11, 2024
1 parent 3d4dd4b commit 7a2bcfb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
"source": [
"dataset_api = project.get_dataset_api()\n",
"\n",
"uploaded_file_path = dataset_api.upload(\"predict_example.py\", \"Models\", overwrite=True)\n",
"uploaded_file_path = dataset_api.upload(\"predict_example.py\", \"Resources\", overwrite=True)\n",
"predictor_script_path = os.path.join(\"/Projects\", project.name, uploaded_file_path)"
]
},
Expand Down

0 comments on commit 7a2bcfb

Please sign in to comment.