root Claude Opus 4.6 commited on
Commit ·
9a53a29
1
Parent(s): 68d48dc
fix: upgrade to Gradio 5 for Python 3.13 compatibility
Browse filesGradio 4.44.1 is not compatible with Python 3.13 (audioop removed).
Upgrading to Gradio 5 which supports Python 3.13 natively.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- README.md +1 -2
- requirements.txt +1 -2
README.md
CHANGED
|
@@ -4,8 +4,7 @@ emoji: ⚪
|
|
| 4 |
colorFrom: gray
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
-
python_version: 3.12
|
| 9 |
app_file: app.py
|
| 10 |
pinned: true
|
| 11 |
short_description: First benchmark testing LLM guards on safety and accuracy.
|
|
|
|
| 4 |
colorFrom: gray
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 5.12.0
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: true
|
| 10 |
short_description: First benchmark testing LLM guards on safety and accuracy.
|
requirements.txt
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
-
gradio=
|
| 2 |
-
audioop-lts
|
| 3 |
pandas>=2.0.0
|
| 4 |
huggingface_hub>=0.20.0
|
| 5 |
datasets>=2.0.0
|
|
|
|
| 1 |
+
gradio>=5.12.0
|
|
|
|
| 2 |
pandas>=2.0.0
|
| 3 |
huggingface_hub>=0.20.0
|
| 4 |
datasets>=2.0.0
|