Spaces:
Runtime error
Runtime error
Moibe
commited on
Commit
•
c0d75d4
1
Parent(s):
e756b69
Fix selector plataforma
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ def greet(input1, input2):
|
|
8 |
|
9 |
modo = "video"
|
10 |
#local o huggingface
|
11 |
-
plataforma = "
|
12 |
#face_swapper o face_enhancer o la combinación de ellos.
|
13 |
procesador = "face_swapper"
|
14 |
print("Inicio: Estamos en modo ", modo)
|
@@ -27,6 +27,7 @@ def greet(input1, input2):
|
|
27 |
path_parts = path_video.split("\\")
|
28 |
else:
|
29 |
#Para HuggingFace
|
|
|
30 |
path_parts = path_video.split("/")
|
31 |
|
32 |
|
|
|
8 |
|
9 |
modo = "video"
|
10 |
#local o huggingface
|
11 |
+
plataforma = "huggingface"
|
12 |
#face_swapper o face_enhancer o la combinación de ellos.
|
13 |
procesador = "face_swapper"
|
14 |
print("Inicio: Estamos en modo ", modo)
|
|
|
27 |
path_parts = path_video.split("\\")
|
28 |
else:
|
29 |
#Para HuggingFace
|
30 |
+
print("La plataforma en la que basaremos la división es HuggingFace.")
|
31 |
path_parts = path_video.split("/")
|
32 |
|
33 |
|