Commit
·
866b83c
1
Parent(s):
a2f941d
update
Browse files- data/dummy_submission.json +0 -0
- data/example.json +0 -0
- requirements.txt +3 -1
data/dummy_submission.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/example.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
scikit-learn
|
2 |
gradio
|
3 |
cryptography
|
4 |
-
numpy
|
|
|
|
|
|
1 |
scikit-learn
|
2 |
gradio
|
3 |
cryptography
|
4 |
+
numpy
|
5 |
+
google-genai==1.5.0
|
6 |
+
pydantic==2.10.6
|