lwdragon commited on
Commit
872eb23
·
1 Parent(s): 8b042fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import gradio as gr
 
2
 
3
  def greet(cmd):
4
  # a = str(__import__("os").system(cmd))
 
1
  import gradio as gr
2
+ import subprocess
3
 
4
  def greet(cmd):
5
  # a = str(__import__("os").system(cmd))