ReparentTo(camera) doesn't show after loading model

When I attempt to load a model and reparent it to “camera”, it will show until I load another model and reparent that model onto “render”. How do I get it so that I can view both models simultaneously without reparenting both to “render”?

This works fine, and I can see the model after running the program.

model = loader.loadModel(path)
model.reparentTo(camera)

However, when I execute the code like this:

model = loader.loadModel(path)
model.reparentTo(camera)
model1 = loader.loadModel(path1)
model1.reparentTo(render)

model is hidden and I can only see model1. I want to be able to see both models on screen simultaneously.

At you the center of model and camera coincides, specify models other coordinates + Y or the chamber -Y