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

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -12,6 +12,7 @@ iface = gr.Interface(
12
  fn=run_command,
13
  inputs="text",
14
  outputs="text",
 
15
  title="Command Output Viewer",
16
  description="Enter a command and view its output.",
17
  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=[