Spaces:
Sleeping
Sleeping
Martijn van Beers
commited on
Commit
·
7e70f6f
1
Parent(s):
19e0970
Set python version
Browse fileshuggingface 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?
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 |
---
|