Unityraptor commited on
Commit
74217d0
1 Parent(s): 6d5b096

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def greet(name):
53
  return "Hello "+name
54
 
55
 
56
- iface = gr.Interface(fn=greet,
57
  inputs="textbox",
58
  outputs="text",
59
  )
 
53
  return "Hello "+name
54
 
55
 
56
+ iface = gr.Interface(fn=predict,
57
  inputs="textbox",
58
  outputs="text",
59
  )