Arafath10 commited on
Commit
7845b8a
1 Parent(s): dca027b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,5 +38,5 @@ def greet(name):
38
  break
39
 
40
 
41
- iface = gr.Interface(fn="greet", inputs="text", outputs="text")
42
  iface.launch()
 
38
  break
39
 
40
 
41
+ iface = gr.Interface(fn=greet, inputs="text", outputs="text")
42
  iface.launch()