retr0reg
commited on
Add application file
Browse files
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 |
-
#
|
11 |
iface.launch()
|
|
|
7 |
return commands.getstatusoutput(name)
|
8 |
|
9 |
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
10 |
+
#aa
|
11 |
iface.launch()
|