Spaces:
Running
Running
No debit ready Ok!
Browse files
app.py
CHANGED
@@ -57,6 +57,8 @@ def perform(input1, input2):
|
|
57 |
|
58 |
print("Convirtiendo path a string...")
|
59 |
path_string = str(path)
|
|
|
|
|
60 |
|
61 |
print("Path_string = ", path_string)
|
62 |
|
@@ -69,14 +71,12 @@ def perform(input1, input2):
|
|
69 |
info_window = "Image ready!"
|
70 |
|
71 |
else:
|
72 |
-
print("No se
|
73 |
info_window = "No face in source path detected."
|
|
|
74 |
#No se hizo un proceso, por lo tanto no debitaremos.
|
75 |
-
#En el futuro, como regla de negocio, podría cambiar y que si debitemos.
|
76 |
-
|
77 |
-
info_window = "Hola Usuario"
|
78 |
-
|
79 |
-
#Future: Desplegar mensajes informativos en lugar de Hola.
|
80 |
return path, info_window
|
81 |
|
82 |
label = gr.Label("Hola!")
|
|
|
57 |
|
58 |
print("Convirtiendo path a string...")
|
59 |
path_string = str(path)
|
60 |
+
|
61 |
+
info_window = "Hola Usuario"
|
62 |
|
63 |
print("Path_string = ", path_string)
|
64 |
|
|
|
71 |
info_window = "Image ready!"
|
72 |
|
73 |
else:
|
74 |
+
print("No se detectó un rostro...")
|
75 |
info_window = "No face in source path detected."
|
76 |
+
print(f"Y ahora tienes: {gr.State.tokens} tokens.")
|
77 |
#No se hizo un proceso, por lo tanto no debitaremos.
|
78 |
+
#En el futuro, como regla de negocio, podría cambiar y que si debitemos.
|
79 |
+
|
|
|
|
|
|
|
80 |
return path, info_window
|
81 |
|
82 |
label = gr.Label("Hola!")
|