Timjo88 commited on
Commit
21d8737
Β·
1 Parent(s): 0ba08cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ input_question =gr.inputs.Textbox(label="enter your monopoly question here")
38
  response = "text"
39
 
40
  gr.Interface(
41
- predict(input_question),
42
  inputs=input_question,
43
  outputs=response,
44
  title="Monopoly FAQ Semantic Search",
 
38
  response = "text"
39
 
40
  gr.Interface(
41
+ fn=predict,
42
  inputs=input_question,
43
  outputs=response,
44
  title="Monopoly FAQ Semantic Search",