Spaces:
Paused
Paused
Update custom-entrypoint.sh
Browse files- custom-entrypoint.sh +1 -1
custom-entrypoint.sh
CHANGED
|
@@ -13,7 +13,7 @@ echo "Waiting for ngrok TCP tunnel..."
|
|
| 13 |
PUBLIC_TCP=""
|
| 14 |
while [[ -z "$PUBLIC_TCP" ]]; do
|
| 15 |
sleep 2
|
| 16 |
-
PUBLIC_TCP=$(curl -s http://127.0.0.1:
|
| 17 |
| python3 -c "
|
| 18 |
import sys, json
|
| 19 |
tunnels=json.load(sys.stdin).get('tunnels', [])
|
|
|
|
| 13 |
PUBLIC_TCP=""
|
| 14 |
while [[ -z "$PUBLIC_TCP" ]]; do
|
| 15 |
sleep 2
|
| 16 |
+
PUBLIC_TCP=$(curl -s http://127.0.0.1:7860/api/tunnels \
|
| 17 |
| python3 -c "
|
| 18 |
import sys, json
|
| 19 |
tunnels=json.load(sys.stdin).get('tunnels', [])
|