Ravi-9 commited on
Commit
d7a8830
·
verified ·
1 Parent(s): d85f16e

Update inference.py

Browse files
Files changed (1) hide show
  1. inference.py +2 -2
inference.py CHANGED
@@ -4,8 +4,8 @@ import json
4
 
5
 
6
  # Path to your local config and checkpoint
7
- config_path = "/home/ansary/Shabab/config.json"
8
- checkpoint_path = "/home/ansary/Shabab/vits_4_nov/checkpoint_571000.pth"
9
 
10
  # Load model from checkpoint
11
  gpu = torch.cuda.is_available()
 
4
 
5
 
6
  # Path to your local config and checkpoint
7
+ config_path = "./config.json"
8
+ checkpoint_path = "./pytorch_model.pth"
9
 
10
  # Load model from checkpoint
11
  gpu = torch.cuda.is_available()