devPraneelicarus commited on
Commit
c11366a
·
1 Parent(s): 540e9a0

refactored requirements.txt again

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -12,7 +12,6 @@ joblib>=1.3
12
  # Hugging Face crowd perception (optional but part of the architecture).
13
  # Install these to enable PERCEPTION MODE; without them FlowTwin runs normally
14
  # and the perception panel reports itself unavailable.
15
- huggingface-hub>=0.23
16
  transformers>=4.40
17
  torch>=2.2
18
  torchvision>=0.17
@@ -21,5 +20,6 @@ pillow>=10.0
21
  # Development & Deployment
22
  pytest>=8.0
23
  httpx>=0.27
24
- gradio>=4.20
 
25
 
 
12
  # Hugging Face crowd perception (optional but part of the architecture).
13
  # Install these to enable PERCEPTION MODE; without them FlowTwin runs normally
14
  # and the perception panel reports itself unavailable.
 
15
  transformers>=4.40
16
  torch>=2.2
17
  torchvision>=0.17
 
20
  # Development & Deployment
21
  pytest>=8.0
22
  httpx>=0.27
23
+ gradio==4.26.0
24
+ huggingface_hub<1.0
25