Spaces:
Runtime error
Runtime error
Commit
·
7ac7f02
1
Parent(s):
42155bf
add req
Browse files- README.md +1 -0
- requirements.txt +2 -0
README.md
CHANGED
@@ -8,6 +8,7 @@ sdk_version: 4.7.1
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
+
python_version: 3.11.6
|
12 |
---
|
13 |
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
requirements.txt
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
tensorflow==2.15.0
|
2 |
+
numpy==1.26.0
|