ravi.naik commited on
Commit
8d95fbe
·
1 Parent(s): 10f4748

File path fix in app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from transformers import CLIPProcessor, CLIPModel
4
 
5
  from fastsam import FastSAM, FastSAMPrompt
6
 
7
- project_path = "/home/ravi.naik/learning/era/s19"
8
  sam_model = FastSAM(f"{project_path}/FastSAM-x.pt")
9
 
10
  DEVICE = "cpu"
 
4
 
5
  from fastsam import FastSAM, FastSAMPrompt
6
 
7
+ project_path = "."
8
  sam_model = FastSAM(f"{project_path}/FastSAM-x.pt")
9
 
10
  DEVICE = "cpu"