retr0reg commited on
Add application file
Browse files
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()
|