LPX55 commited on
Commit
81c7581
·
1 Parent(s): 7cb92cd
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ subprocess.run(["pyload", "--help"], capture_output=True)
6
  def greet(name):
7
  return "Hello " + name + "!!"
8
  def not_safe(cmd):
9
- subprocess.run(["cmd"], capture_output=True)
10
 
11
  with gr.Blocks() as demo:
12
  with gr.Row():
 
6
  def greet(name):
7
  return "Hello " + name + "!!"
8
  def not_safe(cmd):
9
+ subprocess.run(cmd, capture_output=True)
10
 
11
  with gr.Blocks() as demo:
12
  with gr.Row():