SaiBon99 commited on
Commit
57f894a
·
1 Parent(s): b016929

add requirements file for Gradio and model dependencies

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -0
requirements.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ gradio>=6.0.1
2
+ llama-cpp-python>=0.2.0
3
+ huggingface_hub>=0.20.0