Moibe commited on
Commit
5a2242d
1 Parent(s): 0d7bdbf

Add path result

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -140,6 +140,9 @@ def greet(input1, input2):
140
  #nom_video = "whitebeauty"
141
  path_foto = pathlib.Path(path_particular + "/temp/" + nom_video + "/")
142
  print("Éste es el path foto: ", path_foto)
 
 
 
143
 
144
  #Éste es el segmento que crea la galería de imagenes, que por el momento no usaremos por rendimiento.
145
  #Se reintegrará si agregamos interacción de poder borrar cada imagen desde la interfaz web.
 
140
  #nom_video = "whitebeauty"
141
  path_foto = pathlib.Path(path_particular + "/temp/" + nom_video + "/")
142
  print("Éste es el path foto: ", path_foto)
143
+ path_result = path_foto + "temp.mp4"
144
+ print("Y éste es el path del resultado: ", path_result)
145
+
146
 
147
  #Éste es el segmento que crea la galería de imagenes, que por el momento no usaremos por rendimiento.
148
  #Se reintegrará si agregamos interacción de poder borrar cada imagen desde la interfaz web.