c1tr0n75 commited on
Commit
eb50826
·
1 Parent(s): b08c4d0

still trying to patch the Gradio bug

Browse files
Files changed (2) hide show
  1. requirements.txt +1 -1
  2. setup.sh +2 -0
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  gradio>=4.25.0
2
  datasets
3
- smolagents
4
  langchain-community
5
  rank_bm25
 
1
  gradio>=4.25.0
2
  datasets
3
+ smolagents>=<latest_version>
4
  langchain-community
5
  rank_bm25
setup.sh ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ #!/bin/bash
2
+ pip install --upgrade gradio>=4.25.0