ilhamstoked commited on
Commit
ef2fd6c
1 Parent(s): ff9f114

revert ping

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ def main():
90
  for i in range(3):
91
  st.write("%d. %s (%.2f%%)" % (i + 1, labels[top_3_indices[i]], probs[top_3_indices[i]] * 100))
92
 
93
- latency = measure_latency(host='13.224.132.94', port=443)
94
  st.write("Network Latency:")
95
  st.write(latency[0])
96
 
 
90
  for i in range(3):
91
  st.write("%d. %s (%.2f%%)" % (i + 1, labels[top_3_indices[i]], probs[top_3_indices[i]] * 100))
92
 
93
+ latency = measure_latency(host='34.203.133.210', port=443)
94
  st.write("Network Latency:")
95
  st.write(latency[0])
96