narugo commited on
Commit
1f15372
1 Parent(s): 8f6eea4

Update run.sh

Browse files
Files changed (1) hide show
  1. run.sh +3 -2
run.sh CHANGED
@@ -2,8 +2,9 @@
2
 
3
  mitmdump \
4
  --listen-host 0.0.0.0 \
5
- --listen-port 7860
6
-
 
7
  # PASSWORD="${PASSWORD:=huggingface}"
8
  # echo "Starting Jupyter Lab with token $PASSWORD"
9
 
 
2
 
3
  mitmdump \
4
  --listen-host 0.0.0.0 \
5
+ --listen-port 7860 \
6
+ --set block_global=false \
7
+ --set stream_large_bodies=1k
8
  # PASSWORD="${PASSWORD:=huggingface}"
9
  # echo "Starting Jupyter Lab with token $PASSWORD"
10