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

Upgrade to gradio 6.15.2 (latest) to fix json_schema bug

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