nikigoli commited on
Commit
8c88152
1 Parent(s): 2a7b558

Added script to build custom more visible box prompter

Browse files
Files changed (1) hide show
  1. build_custom_prompter.sh +8 -0
build_custom_prompter.sh ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ #!/bin/sh
2
+
3
+ git clone git@github.com:niki-amini-naieni/gradio-image-prompter-visible-boxes.git
4
+ cd gradio-image-prompter-visible-boxes
5
+ gradio cc install
6
+ gradio cc dev
7
+ gradio cc build
8
+ cd ../countgd