ofermend commited on
Commit
a5e58c1
·
1 Parent(s): d0c57df

updated gradio version

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app/requirements.txt +1 -1
README.md CHANGED
@@ -2,7 +2,7 @@
2
  title: LLM Hallucination Leaderboard
3
  sdk: docker
4
  app_port: 7860
5
- python_version: 3.10
6
  pinned: false
7
  ---
8
 
 
2
  title: LLM Hallucination Leaderboard
3
  sdk: docker
4
  app_port: 7860
5
+ python_version: 3.11
6
  pinned: false
7
  ---
8
 
app/requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- gradio>=4.0.0
2
  pandas
3
  huggingface_hub>=0.20.0
4
  matplotlib
 
1
+ gradio==5.29.0
2
  pandas
3
  huggingface_hub>=0.20.0
4
  matplotlib