binoua commited on
Commit
b16eb1c
1 Parent(s): 90e521b

chore: using a database for keys

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -47,7 +47,7 @@ class EndpointHandler:
47
 
48
  self.key_database[uid] = evaluation_keys
49
 
50
- return uid
51
 
52
  elif method == "inference":
53
 
 
47
 
48
  self.key_database[uid] = evaluation_keys
49
 
50
+ return {"uid": uid}
51
 
52
  elif method == "inference":
53