Spaces:
Sleeping
Sleeping
Update Gradio version for better compatibility with HF Spaces
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
# Dependencies for Hugging Face Space - Phishing Detection App
|
| 2 |
# Matches pyproject.toml but only includes inference dependencies
|
| 3 |
|
| 4 |
-
# Core app framework
|
| 5 |
-
gradio
|
|
|
|
| 6 |
|
| 7 |
# ML and Data (matching pyproject.toml versions)
|
| 8 |
scikit-learn>=1.8.0
|
|
|
|
| 1 |
# Dependencies for Hugging Face Space - Phishing Detection App
|
| 2 |
# Matches pyproject.toml but only includes inference dependencies
|
| 3 |
|
| 4 |
+
# Core app framework with compatible huggingface_hub version
|
| 5 |
+
gradio==4.44.0
|
| 6 |
+
huggingface_hub>=0.19.0,<0.20.0
|
| 7 |
|
| 8 |
# ML and Data (matching pyproject.toml versions)
|
| 9 |
scikit-learn>=1.8.0
|