Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -12,7 +12,7 @@ iface = gr.Interface(
|
|
12 |
fn=run_command,
|
13 |
inputs="text",
|
14 |
outputs="text",
|
15 |
-
live=True,
|
16 |
title="Command Output Viewer",
|
17 |
description="Enter a command and view its output.",
|
18 |
examples=[
|
|
|
12 |
fn=run_command,
|
13 |
inputs="text",
|
14 |
outputs="text",
|
15 |
+
#live=True,
|
16 |
title="Command Output Viewer",
|
17 |
description="Enter a command and view its output.",
|
18 |
examples=[
|