wangwei0 commited on
Commit
3a7b96f
β€’
1 Parent(s): fe608b5

Update startup.sh

Browse files
Files changed (1) hide show
  1. startup.sh +2 -2
startup.sh CHANGED
@@ -4,11 +4,11 @@
4
  python -m http.server 7860 & kill $!
5
  python space_checker.py &
6
 
7
- TARGET_URL=$TARGET_API_URL
8
 
9
  cat << EOF
10
  This is a transparent proxy server.
11
- TARGET_API_URL should be the endpoint of the API you are accessing, similar to [https://api.cohere.com].
12
  SPACE_URL is the direct domain of your Space, similar to [username-space-name.hf.space]。
13
  To confirm, you MUST set the Space to public and then click [...] - [Embed this Space].
14
  EOF
 
4
  python -m http.server 7860 & kill $!
5
  python space_checker.py &
6
 
7
+ TARGET_URL=$TARGET_URL
8
 
9
  cat << EOF
10
  This is a transparent proxy server.
11
+ TARGET_URL should be the endpoint of the API you are accessing, similar to [https://api.cohere.com].
12
  SPACE_URL is the direct domain of your Space, similar to [username-space-name.hf.space]。
13
  To confirm, you MUST set the Space to public and then click [...] - [Embed this Space].
14
  EOF