freemt commited on
Commit
a074264
·
1 Parent(s): 1af6a6a

Add python -V

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,13 +137,13 @@ iface = gr.Interface(
137
  ],
138
  examples=[
139
  "python -m site"
 
140
  "cat /proc/version",
141
  "free # show free memory",
142
  "uname -m",
143
  "df -h .",
144
  "cat /proc/cpuinfo",
145
  """python -c "from psutil import virtual_memory; print(virtual_memory())" """,
146
- """python -c "import gradio; print(gradio.__version__")""",
147
  ],
148
  title="probe the system",
149
  description="Talk to the system via subprocess.check_output ",
 
137
  ],
138
  examples=[
139
  "python -m site"
140
+ """python -c "import gradio; print(gradio.__version__")""",
141
  "cat /proc/version",
142
  "free # show free memory",
143
  "uname -m",
144
  "df -h .",
145
  "cat /proc/cpuinfo",
146
  """python -c "from psutil import virtual_memory; print(virtual_memory())" """,
 
147
  ],
148
  title="probe the system",
149
  description="Talk to the system via subprocess.check_output ",