Update app.py
Browse files
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="
|
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)
|