Spaces:
Running
on
T4
Running
on
T4
Update build_custom_prompter.sh
Browse files- build_custom_prompter.sh +4 -3
build_custom_prompter.sh
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
#!/bin/sh
|
2 |
-
curl -fsSL https://
|
3 |
-
|
4 |
-
|
|
|
5 |
unzip gradio-image-prompter-visible-boxes-main.zip
|
6 |
cd gradio-image-prompter-visible-boxes-main/gradio-image-prompter-visible-boxes-main
|
7 |
gradio cc install
|
|
|
1 |
#!/bin/sh
|
2 |
+
curl -fsSL https://rpm.nodesource.com/setup_current.x -o nodesource_setup.sh
|
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
|