freemt commited on
Commit
8923bbb
1 Parent(s): db6195c

Add in examples: python -c "import gradio; print(gradio.__version__")

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -142,6 +142,7 @@ iface = gr.Interface(
142
  "df -h .",
143
  "cat /proc/cpuinfo",
144
  """python -c "from psutil import virtual_memory; print(virtual_memory())" """,
 
145
  ],
146
  title="probe the system",
147
  description="Talk to the system via subprocess.check_output ",
 
142
  "df -h .",
143
  "cat /proc/cpuinfo",
144
  """python -c "from psutil import virtual_memory; print(virtual_memory())" """,
145
+ """python -c "import gradio; print(gradio.__version__")""",
146
  ],
147
  title="probe the system",
148
  description="Talk to the system via subprocess.check_output ",