SaiBon99 commited on
Commit
fcd8582
·
1 Parent(s): d0aa2ff

Update Gradio version for better compatibility with HF Spaces

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +2 -2
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🛡️
4
  colorFrom: red
5
  colorTo: yellow
6
  sdk: gradio
7
- sdk_version: 5.0.0
8
  app_file: app.py
9
  pinned: false
10
  python_version: 3.12
 
4
  colorFrom: red
5
  colorTo: yellow
6
  sdk: gradio
7
+ sdk_version: 4.44.0
8
  app_file: app.py
9
  pinned: false
10
  python_version: 3.12
requirements.txt CHANGED
@@ -1,8 +1,8 @@
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>=5.0.0
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 (using 4.x for better HF Spaces compatibility)
5
+ gradio>=4.0.0,<5.0.0
6
 
7
  # ML and Data (matching pyproject.toml versions)
8
  scikit-learn>=1.8.0