Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -96,7 +96,7 @@ def keygen(selected_tasks):
|
|
96 |
# buttons, https://github.com/gradio-app/gradio/issues/1877
|
97 |
numpy.save(f"tmp/tmp_evaluation_key_{user_id}.npy", evaluation_key)
|
98 |
|
99 |
-
return [list(evaluation_key)[:ENCRYPTED_DATA_BROWSER_LIMIT],
|
100 |
|
101 |
|
102 |
|
|
|
96 |
# buttons, https://github.com/gradio-app/gradio/issues/1877
|
97 |
numpy.save(f"tmp/tmp_evaluation_key_{user_id}.npy", evaluation_key)
|
98 |
|
99 |
+
return [list(evaluation_key)[:ENCRYPTED_DATA_BROWSER_LIMIT], user_id]
|
100 |
|
101 |
|
102 |
|