Ellie5757575757 commited on
Commit
ca74a00
·
verified ·
1 Parent(s): fb0c811

Create postBuild

Browse files
Files changed (1) hide show
  1. postBuild +3 -0
postBuild ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ #!/usr/bin/env bash
2
+ set -e
3
+ python -m pip install --upgrade --no-cache-dir "gradio==4.44.1" "gradio_client==1.3.0"