Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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",
|