homer-meng commited on
Commit
86d90b0
·
1 Parent(s): 88c9f57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -12,8 +12,3 @@ if gpu_available:
12
  st.write(f"GPU available: {gpu_name}")
13
  else:
14
  st.write("No GPU available for Rainbow Canvas")
15
-
16
- # Ping the server
17
- st.title("Server Ping")
18
- ping_output = subprocess.check_output(["ping", "-c", "4", "google.com"])
19
- st.write("Ping output:\n", ping_output.decode("utf-8"))
 
12
  st.write(f"GPU available: {gpu_name}")
13
  else:
14
  st.write("No GPU available for Rainbow Canvas")