ierhon commited on
Commit
d70fed0
·
1 Parent(s): 5f04fb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,5 +21,5 @@ def classify(text: str, response: str):
21
  else:
22
  return "Irrelevant "+str(prediction)
23
 
24
- iface = gr.Interface(fn=pwcheck, inputs=["text", "text"], outputs="text")
25
  iface.launch()
 
21
  else:
22
  return "Irrelevant "+str(prediction)
23
 
24
+ iface = gr.Interface(fn=classify, inputs=["text", "text"], outputs="text")
25
  iface.launch()