mariotawfik commited on
Commit
95e05d8
·
verified ·
1 Parent(s): 31692b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -74,7 +74,6 @@ def keygen(eval_key, user_id):
74
 
75
  print("Initializing FHEModelClient...")
76
  # Let's create a user_id
77
- global user_id
78
  user_id = numpy.random.randint(0, 2**32)
79
  fhe_api = FHEModelClient(f"fhe_model", f".fhe_keys/{user_id}")
80
  fhe_api.load()
 
74
 
75
  print("Initializing FHEModelClient...")
76
  # Let's create a user_id
 
77
  user_id = numpy.random.randint(0, 2**32)
78
  fhe_api = FHEModelClient(f"fhe_model", f".fhe_keys/{user_id}")
79
  fhe_api.load()