Spaces:
Runtime error
Runtime error
Commit
·
0fbad0e
1
Parent(s):
89a5a49
Update app.py
Browse files
app.py
CHANGED
@@ -90,9 +90,9 @@ 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='35.201.127.49', port=443)
|
94 |
-
st.write("Network Latency:")
|
95 |
-
st.write(latency[0])
|
96 |
|
97 |
if __name__ == '__main__':
|
98 |
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='35.201.127.49', port=443)
|
94 |
+
#st.write("Network Latency:")
|
95 |
+
#st.write(latency[0])
|
96 |
|
97 |
if __name__ == '__main__':
|
98 |
main()
|