The two-argument version of Instantiate requires that the second argument is a Transform.
If you want to have that second be a position, you must ALSO include a third argument, the rotation. Adding a third argument of Quaternion.identity should fix your issue.
You can always look at example code in the docs for Instantiate().