Update build_custom_prompter.sh
Browse files- build_custom_prompter.sh +1 -10
build_custom_prompter.sh
CHANGED
|
@@ -1,11 +1,2 @@
|
|
| 1 |
#!/bin/sh
|
| 2 |
-
|
| 3 |
-
bash nodesource_setup.sh
|
| 4 |
-
yum install -y nodejs
|
| 5 |
-
node -v
|
| 6 |
-
unzip gradio-image-prompter-visible-boxes-main.zip
|
| 7 |
-
cd gradio-image-prompter-visible-boxes-main/gradio-image-prompter-visible-boxes-main
|
| 8 |
-
gradio cc install
|
| 9 |
-
npm i -D @gradio/preview
|
| 10 |
-
gradio cc build
|
| 11 |
-
cd ../..
|
|
|
|
| 1 |
#!/bin/sh
|
| 2 |
+
pip install gradio_image_prompter-0.1.0-py3-none-any.whl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|