Spaces:
Sleeping
Sleeping
Moibe
commited on
Commit
·
e23e921
1
Parent(s):
78f1c7e
Second fix
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def greet(input1, input2):
|
|
18 |
#Para local.
|
19 |
#path_parts = path_video.split("\\")
|
20 |
#Para HuggingFace
|
21 |
-
path_parts = path_video.split("
|
22 |
print("Imprimiendo path_parts: ", path_parts)
|
23 |
path_bueno = "\\".join(path_parts[0:len(path_parts) - 2])
|
24 |
|
|
|
18 |
#Para local.
|
19 |
#path_parts = path_video.split("\\")
|
20 |
#Para HuggingFace
|
21 |
+
path_parts = path_video.split("/")
|
22 |
print("Imprimiendo path_parts: ", path_parts)
|
23 |
path_bueno = "\\".join(path_parts[0:len(path_parts) - 2])
|
24 |
|