Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -10,7 +10,7 @@ accelerate>=0.30.0 # device_map="auto" multi-device support
|
|
| 10 |
# Pinned to 5.9.1: first batch of 5.x releases removed HfFolder from
|
| 11 |
# oauth.py (the import that crashes on huggingface_hub >= 0.23).
|
| 12 |
# Do NOT downgrade below 5.7.1 or the HfFolder ImportError returns.
|
| 13 |
-
gradio==5.9.
|
| 14 |
|
| 15 |
# Image generation (newspaper PNG export)
|
| 16 |
Pillow>=10.3.0
|
|
|
|
| 10 |
# Pinned to 5.9.1: first batch of 5.x releases removed HfFolder from
|
| 11 |
# oauth.py (the import that crashes on huggingface_hub >= 0.23).
|
| 12 |
# Do NOT downgrade below 5.7.1 or the HfFolder ImportError returns.
|
| 13 |
+
gradio==5.9.0
|
| 14 |
|
| 15 |
# Image generation (newspaper PNG export)
|
| 16 |
Pillow>=10.3.0
|