Martijn van Beers commited on
Commit
7e70f6f
·
1 Parent(s): 19e0970

Set python version

Browse files

huggingface uses python 3.10 for spaces by default, but our version
of tokenizers isn't available as a wheel for that version, so specify a
version that has the old wheel available

TODO: upgrade stuff?

Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -5,6 +5,7 @@ colorFrom: gray
5
  colorTo: pink
6
  sdk: gradio
7
  sdk_version: 5.33.0
 
8
  app_file: app.py
9
  pinned: false
10
  ---
 
5
  colorTo: pink
6
  sdk: gradio
7
  sdk_version: 5.33.0
8
+ python_version: 3.9
9
  app_file: app.py
10
  pinned: false
11
  ---