zpbrent commited on
Commit
abf1ecd
1 Parent(s): ea5753a

Update app.py

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