jedeland commited on
Commit
ebd71ba
·
1 Parent(s): 8428bf5

added requirements

Browse files
Files changed (2) hide show
  1. README.md +1 -0
  2. 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.31.0
2
  gradio==5.1.0
 
1
+ tranformers==4.46.3
2
  gradio==5.1.0