ilhamstoked commited on
Commit
26c42c8
1 Parent(s): ef2fd6c

Update app.py

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='34.203.133.210', 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='18.155.181.8', port=443)
94
  st.write("Network Latency:")
95
  st.write(latency[0])
96