Spaces:
Runtime error
Runtime error
Commit
·
38954e5
1
Parent(s):
d010ac0
fix python to 3.9 (#2)
Browse files- fix python to 3.9 (118a0ea08770234c2e9d646c2de4a8a206d7688d)
Co-authored-by: Radamés Ajna <radames@users.noreply.huggingface.co>
README.md
CHANGED
@@ -3,6 +3,7 @@ title: PLENTAS
|
|
3 |
colorFrom: gray
|
4 |
colorTo: red
|
5 |
sdk: gradio
|
|
|
6 |
app_file: app.py
|
7 |
pinned: false
|
8 |
license: other
|
|
|
3 |
colorFrom: gray
|
4 |
colorTo: red
|
5 |
sdk: gradio
|
6 |
+
python_version: 3.9.17
|
7 |
app_file: app.py
|
8 |
pinned: false
|
9 |
license: other
|