ilhamstoked commited on
Commit
89caba1
1 Parent(s): 01bd007

Update app.py

Browse files

testing new port

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import tensorflow as tf
4
  from tcp_latency import measure_latency
5
 
6
  # Measure Latency
7
- latency = measure_latency(host='34.202.121.154', port=443)
8
  #34.202.121.154:443
9
  #35.201.127.49:443
10
  #192.168.18.6:8501
 
4
  from tcp_latency import measure_latency
5
 
6
  # Measure Latency
7
+ latency = measure_latency(host='34.203.133.210', port=443)
8
  #34.202.121.154:443
9
  #35.201.127.49:443
10
  #192.168.18.6:8501