Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
0b40cbd
1
Parent(s):
9970a74
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ os.system("gdown https://drive.google.com/uc?id=1RE5vaKHYt_TL0cXNn6FmjO7aZx3sVfV
|
|
12 |
def inference(video):
|
13 |
os.system("python onnx_inference.py -i "+video)
|
14 |
os.system("ls demo_output/")
|
15 |
-
return "
|
16 |
|
17 |
|
18 |
title = "Anime2Sketch"
|
|
|
12 |
def inference(video):
|
13 |
os.system("python onnx_inference.py -i "+video)
|
14 |
os.system("ls demo_output/")
|
15 |
+
return "*.mp4"
|
16 |
|
17 |
|
18 |
title = "Anime2Sketch"
|