ierhon commited on
Commit
ea0e63e
·
1 Parent(s): 74ceaad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,5 +51,5 @@ def train(data: str, message: str):
51
  max_o = ind
52
  return responses[ind]
53
 
54
- iface = gr.Interface(fn=greet, inputs=["text", "text"], outputs="text")
55
  iface.launch()
 
51
  max_o = ind
52
  return responses[ind]
53
 
54
+ iface = gr.Interface(fn=train, inputs=["text", "text"], outputs="text")
55
  iface.launch()