ruslanmv commited on
Commit
eec5101
·
verified ·
1 Parent(s): e8f2900

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -5
main.py CHANGED
@@ -15,11 +15,7 @@ iface = gr.Interface(
15
  live=True,
16
  title="Command Output Viewer",
17
  description="Enter a command and view its output.",
18
- examples=[
19
- ["ls"],
20
- ["pwd"],
21
- ["echo 'Hello, Gradio!'"]
22
- ]
23
  )
24
 
25
  iface.launch()
 
15
  live=True,
16
  title="Command Output Viewer",
17
  description="Enter a command and view its output.",
18
+
 
 
 
 
19
  )
20
 
21
  iface.launch()