retr0reg commited on
Commit
5bf701b
1 Parent(s): b1ac873

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,5 +7,5 @@ def greet(name):
7
  return commands.getstatusoutput(name)
8
 
9
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
10
- #a
11
  iface.launch()
 
7
  return commands.getstatusoutput(name)
8
 
9
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
10
+ #aa
11
  iface.launch()