mikeee commited on
Commit
8189ef8
·
1 Parent(s): 635ab75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ iface = gr.Interface(
30
  """python -c "from psutil import virtual_memory; print(virtual_memory())" """,
31
  ],
32
  title="probe the system",
33
- description="talk to the system via subprocess.check_output ",
34
  )
35
 
36
  # iface.launch(share=True, debug=True)
 
30
  """python -c "from psutil import virtual_memory; print(virtual_memory())" """,
31
  ],
32
  title="probe the system",
33
+ description="Talk to the system via subprocess.check_output ",
34
  )
35
 
36
  # iface.launch(share=True, debug=True)