Commit ·
2e9ffc1
1
Parent(s): 0b96946
Bump to gradio 5.9.1 (fixes HF Spaces networking + jinja)
Browse files- README.md +1 -1
- requirements.txt +2 -2
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: 🧠
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
python_version: "3.11"
|
| 9 |
app_file: app.py
|
| 10 |
pinned: true
|
|
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 5.9.1
|
| 8 |
python_version: "3.11"
|
| 9 |
app_file: app.py
|
| 10 |
pinned: true
|
requirements.txt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
-
gradio==
|
| 2 |
pandas>=2.0
|
| 3 |
-
huggingface_hub>=0.24
|
|
|
|
| 1 |
+
gradio==5.9.1
|
| 2 |
pandas>=2.0
|
| 3 |
+
huggingface_hub>=0.24
|