Spaces:
Sleeping
Sleeping
Added script to build custom more visible box prompter
Browse files- build_custom_prompter.sh +8 -0
build_custom_prompter.sh
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/bin/sh
|
| 2 |
+
|
| 3 |
+
git clone [email protected]: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
|