deekshith-rj
commited on
Commit
•
7ea56bf
1
Parent(s):
2ab4d00
Fixing Build error: Build failed with exit code: 1
Browse filesApparently HF spaces build is failing for python 3.10 version. So changing the version to 3.9 may fix it.
README.md
CHANGED
@@ -7,6 +7,7 @@ sdk: gradio
|
|
7 |
sdk_version: 4.13.0
|
8 |
app_file: app_gradio.py
|
9 |
pinned: false
|
|
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
7 |
sdk_version: 4.13.0
|
8 |
app_file: app_gradio.py
|
9 |
pinned: false
|
10 |
+
python_version: 3.9
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|