KokosDev commited on
Commit
c0d2339
·
verified ·
1 Parent(s): 57002ac

Upgrade Space to Gradio 5 and remove legacy hub pin

Browse files
Files changed (2) hide show
  1. README.md +0 -1
  2. requirements.txt +1 -2
README.md CHANGED
@@ -4,7 +4,6 @@ emoji: "📈"
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: gradio
7
- sdk_version: 4.44.0
8
  python_version: "3.10"
9
  app_file: app.py
10
  pinned: false
 
4
  colorFrom: blue
5
  colorTo: green
6
  sdk: gradio
 
7
  python_version: "3.10"
8
  app_file: app.py
9
  pinned: false
requirements.txt CHANGED
@@ -1,4 +1,3 @@
1
- gradio>=4.44.0
2
- huggingface_hub<1.0
3
  pandas>=1.5.0
4
  git+https://github.com/KOKOSde/nsys-llm-explainer.git@v0.3.1
 
1
+ gradio>=5.0,<6.0
 
2
  pandas>=1.5.0
3
  git+https://github.com/KOKOSde/nsys-llm-explainer.git@v0.3.1