Spaces:
Running on Zero
Running on Zero
Commit ·
72cdc68
1
Parent(s): e90b740
:wrench: fix reqs, fix pythonv ersion
Browse files- README.md +1 -0
- requirements.txt +2 -2
README.md
CHANGED
|
@@ -8,6 +8,7 @@ sdk_version: 5.23.1
|
|
| 8 |
app_file: context_window_gradio.py
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|
|
|
|
| 11 |
short_description: severely limited context window proof of concept
|
| 12 |
---
|
| 13 |
|
|
|
|
| 8 |
app_file: context_window_gradio.py
|
| 9 |
pinned: false
|
| 10 |
license: apache-2.0
|
| 11 |
+
python_version: "3.10"
|
| 12 |
short_description: severely limited context window proof of concept
|
| 13 |
---
|
| 14 |
|
requirements.txt
CHANGED
|
@@ -15,8 +15,8 @@ fastapi==0.115.8
|
|
| 15 |
ffmpy==0.5.0
|
| 16 |
filelock==3.17.0
|
| 17 |
fsspec==2025.2.0
|
| 18 |
-
gradio==5.16.1
|
| 19 |
-
gradio_client==1.7.0
|
| 20 |
h11==0.14.0
|
| 21 |
httpcore==1.0.7
|
| 22 |
httpx==0.28.1
|
|
|
|
| 15 |
ffmpy==0.5.0
|
| 16 |
filelock==3.17.0
|
| 17 |
fsspec==2025.2.0
|
| 18 |
+
#gradio==5.16.1
|
| 19 |
+
#gradio_client==1.7.0
|
| 20 |
h11==0.14.0
|
| 21 |
httpcore==1.0.7
|
| 22 |
httpx==0.28.1
|