Spaces:
Running
Running
Update main.py
Browse files
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 |
-
|
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()
|