Spaces:
Paused
Paused
muhammadhamza-stack commited on
Commit ·
40723b7
1
Parent(s): ec4968b
specify python version for hf space
Browse files- README.md +1 -0
- runtime.txt +0 -1
README.md
CHANGED
|
@@ -7,6 +7,7 @@ sdk: gradio
|
|
| 7 |
sdk_version: 5.4.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.4.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
python_version: 3.9.6
|
| 11 |
---
|
| 12 |
|
| 13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
runtime.txt
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
Python-3.9.6
|
|
|
|
|
|