lastmass commited on
Commit
6aff063
·
1 Parent(s): 0ed9f11

Fix: remove gradio/huggingface_hub version pins to resolve spaces compatibility

Browse files
Files changed (2) hide show
  1. README.md +0 -1
  2. requirements.txt +1 -2
README.md CHANGED
@@ -3,7 +3,6 @@ title: Case Lantern
3
  colorFrom: pink
4
  colorTo: blue
5
  sdk: gradio
6
- sdk_version: 4.44.1
7
  app_file: app.py
8
  pinned: false
9
  license: apache-2.0
 
3
  colorFrom: pink
4
  colorTo: blue
5
  sdk: gradio
 
6
  app_file: app.py
7
  pinned: false
8
  license: apache-2.0
requirements.txt CHANGED
@@ -1,5 +1,4 @@
1
  --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu124
2
- gradio==4.44.1
3
  llama-cpp-python==0.3.22
4
- huggingface_hub>=0.24.0,<0.27.0
5
  spaces
 
1
  --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu124
2
+ gradio
3
  llama-cpp-python==0.3.22
 
4
  spaces