ruslanmv commited on
Commit
a6de15a
·
verified ·
1 Parent(s): c392e6f

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -16,6 +16,6 @@ iface = gr.Interface(
16
  examples=[
17
  ["ls"],
18
  ["pwd"],
19
- ["echo 'Hello, Gradio!'"]]
20
  )
21
  iface.launch(server_name="0.0.0.0", server_port=7860)
 
16
  examples=[
17
  ["ls"],
18
  ["pwd"],
19
+ ["echo 'Hello, Gradio!'",'python --version']]
20
  )
21
  iface.launch(server_name="0.0.0.0", server_port=7860)