Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
c6a363b
1
Parent(s):
b1e3471
Update app.py
Browse files
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
|
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"
|