Moibe commited on
Commit
f1aa256
·
1 Parent(s): a8c7886

Print finish client load

Browse files
Files changed (1) hide show
  1. sulkuGateway.py +1 -0
sulkuGateway.py CHANGED
@@ -20,6 +20,7 @@ def getTokens(sulkukey):
20
  client = gradio_client.Client("Moibe/sulku", verbose=True)
21
  print("ESTE ES EL CLIENTE:", client)
22
  time.sleep(7)
 
23
  resultado = client.predict(sulkukey, api_name="/getTokens")
24
 
25
  return resultado
 
20
  client = gradio_client.Client("Moibe/sulku", verbose=True)
21
  print("ESTE ES EL CLIENTE:", client)
22
  time.sleep(7)
23
+ print("Eso fue el cliente...")
24
  resultado = client.predict(sulkukey, api_name="/getTokens")
25
 
26
  return resultado