Quazim0t0 commited on
Commit
8f6e063
·
verified ·
1 Parent(s): a2a6a08

Pin gradio==6.16.0 to match Spaces base image (was 6.15.2, build failed with ResolutionImpossible)

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- gradio==6.15.2
2
  numpy>=1.24
3
  torch>=2.2 # the bottom "Mixture of Experts" experiment (lazy-loaded)
4
  transformers>=4.40 # SpikeWhale config/model + SpikeTokenizer (agents/modmind/)
 
1
+ gradio==6.16.0 # must match the version pinned by the HuggingFace Spaces base image; mismatched pin breaks the Space build
2
  numpy>=1.24
3
  torch>=2.2 # the bottom "Mixture of Experts" experiment (lazy-loaded)
4
  transformers>=4.40 # SpikeWhale config/model + SpikeTokenizer (agents/modmind/)