Ahsen Khaliq commited on
Commit
c6a363b
1 Parent(s): b1e3471

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ def inference(image):
8
  os.system("python3 tools/demo_track.py image -f exps/example/mot/yolox_x_mix_det.py -c ./bytetrack_x_mot17.pth.tar --save_result --device 'cpu' --path "+image.name)
9
  #os.system("python onnx_inference.py -i "+video)
10
  #os.system("ls .")
11
- return image.name
12
 
13
 
14
  title = "Anime2Sketch"
 
8
  os.system("python3 tools/demo_track.py image -f exps/example/mot/yolox_x_mix_det.py -c ./bytetrack_x_mot17.pth.tar --save_result --device 'cpu' --path "+image.name)
9
  #os.system("python onnx_inference.py -i "+video)
10
  #os.system("ls .")
11
+ return "out.jpg"
12
 
13
 
14
  title = "Anime2Sketch"