Spaces:
Sleeping
Sleeping
verbose=True
Browse files- sulkuGateway.py +1 -1
sulkuGateway.py
CHANGED
@@ -16,7 +16,7 @@ def getTokens(sulkukey):
|
|
16 |
print("A punto de hacer llamado a cliente de API via Sulku...")
|
17 |
time.sleep(3)
|
18 |
try:
|
19 |
-
client = gradio_client.Client("Moibe/sulku", hf_token=var_secreta, verbose=
|
20 |
resultado = client.predict(sulkukey, api_name="/getTokens")
|
21 |
|
22 |
return resultado
|
|
|
16 |
print("A punto de hacer llamado a cliente de API via Sulku...")
|
17 |
time.sleep(3)
|
18 |
try:
|
19 |
+
client = gradio_client.Client("Moibe/sulku", hf_token=var_secreta, verbose=True)
|
20 |
resultado = client.predict(sulkukey, api_name="/getTokens")
|
21 |
|
22 |
return resultado
|