Spaces:
Build error
Build error
State states
Browse files- app.py +2 -1
- requirements.txt +0 -1
app.py
CHANGED
|
@@ -12,7 +12,8 @@ import auth
|
|
| 12 |
#Funci贸n principal
|
| 13 |
def perform(input1, input2):
|
| 14 |
|
| 15 |
-
print("Estando en
|
|
|
|
| 16 |
#Revisaremos de nuevo:
|
| 17 |
gr.State.tokens = sulkuPypi.getTokens(sulkuPypi.encripta(gr.State.usuario).decode("utf-8")) #Todo en una l铆nea.
|
| 18 |
print("Ahora tienes: ", gr.State.tokens)
|
|
|
|
| 12 |
#Funci贸n principal
|
| 13 |
def perform(input1, input2):
|
| 14 |
|
| 15 |
+
print("Estando en perform, la cantidad de tokens es: ", gr.State.tokens)
|
| 16 |
+
print("Estando en perform, el usuario es: ", gr.State.usuario)
|
| 17 |
#Revisaremos de nuevo:
|
| 18 |
gr.State.tokens = sulkuPypi.getTokens(sulkuPypi.encripta(gr.State.usuario).decode("utf-8")) #Todo en una l铆nea.
|
| 19 |
print("Ahora tienes: ", gr.State.tokens)
|
requirements.txt
CHANGED
|
@@ -14,4 +14,3 @@ protobuf==4.23.4
|
|
| 14 |
tqdm==4.65.0
|
| 15 |
onnxruntime-gpu
|
| 16 |
python-cryptography-fernet-wrapper
|
| 17 |
-
#dotenv
|
|
|
|
| 14 |
tqdm==4.65.0
|
| 15 |
onnxruntime-gpu
|
| 16 |
python-cryptography-fernet-wrapper
|
|
|