root Claude Opus 4.6 commited on
Commit ·
bab91ae
1
Parent(s): 39336ae
fix: pin Python 3.12 — gradio 4.44.1 is not compatible with Python 3.13
Browse filesaudioop was removed in Python 3.13, breaking pydub/gradio.
Pin to Python 3.12 for compatibility.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
README.md
CHANGED
|
@@ -5,6 +5,7 @@ colorFrom: gray
|
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 4.44.1
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: true
|
| 10 |
short_description: First benchmark testing LLM guards on safety and accuracy.
|
|
|
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 4.44.1
|
| 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.
|