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

Add python -V

Browse files
Files changed (2) hide show
  1. app.py +2 -1
  2. loc-playground-ttw-hf-spaces.txt +0 -0
app.py CHANGED
@@ -125,7 +125,7 @@ iface = gr.Interface(
125
  inputs=gr.inputs.Textbox(
126
  lines=5,
127
  placeholder="Type or paste input here then click 'Submit'",
128
- default="python -m site",
129
  label="command or multiline text",
130
  ),
131
  # outputs="text",
@@ -136,6 +136,7 @@ iface = gr.Interface(
136
  gr.outputs.Image("auto"),
137
  ],
138
  examples=[
 
139
  "cat /proc/version",
140
  "free # show free memory",
141
  "uname -m",
125
  inputs=gr.inputs.Textbox(
126
  lines=5,
127
  placeholder="Type or paste input here then click 'Submit'",
128
+ default="python -V # show version",
129
  label="command or multiline text",
130
  ),
131
  # outputs="text",
136
  gr.outputs.Image("auto"),
137
  ],
138
  examples=[
139
+ "python -m site"
140
  "cat /proc/version",
141
  "free # show free memory",
142
  "uname -m",
loc-playground-ttw-hf-spaces.txt ADDED
File without changes