vithacocf commited on
Commit
5d9c7c1
·
verified ·
1 Parent(s): 8ffbb02

Create build.sh

Browse files
Files changed (1) hide show
  1. build.sh +3 -0
build.sh ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ #!/bin/bash
2
+ rm -rf ~/.cache/pip
3
+ pip install --no-cache-dir google-generativeai==0.6.0 gradio==4.29.0