ruslanmv commited on
Commit
ffcf10e
·
verified ·
1 Parent(s): 08c82ce

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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=[