Spaces:
Paused
Paused
muhammadhamza-stack commited on
Commit ·
9dfcba1
1
Parent(s): d08406f
update requirements
Browse files- .gitignore +3 -1
- README.md +1 -1
.gitignore
CHANGED
|
@@ -1 +1,3 @@
|
|
| 1 |
-
venv
|
|
|
|
|
|
|
|
|
| 1 |
+
venv
|
| 2 |
+
myenv
|
| 3 |
+
Dockerfile
|
README.md
CHANGED
|
@@ -7,7 +7,7 @@ sdk: gradio
|
|
| 7 |
sdk_version: 5.4.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
-
python_version: 3.
|
| 11 |
---
|
| 12 |
|
| 13 |
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.13
|
| 11 |
---
|
| 12 |
|
| 13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|