Kev09 commited on
Commit
23cfb8e
1 Parent(s): ef12b6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,5 +16,5 @@ def pipee():
16
 
17
 
18
 
19
- iface = gr.Interface(fn=greet, inputs="text", outputs="text")
20
  iface.launch()
 
16
 
17
 
18
 
19
+ iface = gr.Interface(fn=pipee, inputs="text", outputs="text")
20
  iface.launch()