Spaces:
Sleeping
Sleeping
Thomas Chardonnens
commited on
Commit
•
9ed5c82
1
Parent(s):
fbd9a75
forgot to save file lol
Browse files
app.py
CHANGED
@@ -52,7 +52,6 @@ def get_client(user_id):
|
|
52 |
FHEClient: The client API.
|
53 |
"""
|
54 |
return FHEClient(
|
55 |
-
model_path="ThomasCdnns/EEG-Seizure-Detection/resolve/main/seizure_detection_model-4.pth",
|
56 |
key_dir=KEYS_PATH / f"seizure_detection_{user_id}"
|
57 |
)
|
58 |
|
|
|
52 |
FHEClient: The client API.
|
53 |
"""
|
54 |
return FHEClient(
|
|
|
55 |
key_dir=KEYS_PATH / f"seizure_detection_{user_id}"
|
56 |
)
|
57 |
|