Moibe commited on
Commit
e23e921
·
1 Parent(s): 78f1c7e

Second fix

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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