freemt commited on
Commit
419a6a5
1 Parent(s): 80c38e5

Update gradio.Interface examples

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -25,6 +25,7 @@ iface = gr.Interface(
25
  "cat /proc/version # show linux distro",
26
  "free # show free memory",
27
  "uname -m # show machine arch ",
 
28
  "cat /proc/cpuinfo # show cpu info ",
29
  ],
30
  title="probe the system",
 
25
  "cat /proc/version # show linux distro",
26
  "free # show free memory",
27
  "uname -m # show machine arch ",
28
+ "df -h . # show disk space ",
29
  "cat /proc/cpuinfo # show cpu info ",
30
  ],
31
  title="probe the system",