added requirements
Browse files- README.md +1 -0
- requirements.txt +1 -1
README.md
CHANGED
@@ -7,6 +7,7 @@ sdk: gradio
|
|
7 |
sdk_version: 5.6.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
|
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
7 |
sdk_version: 5.6.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
python_version: 3.7
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
requirements.txt
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
tranformers==4.
|
2 |
gradio==5.1.0
|
|
|
1 |
+
tranformers==4.46.3
|
2 |
gradio==5.1.0
|