Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -37,6 +37,6 @@ def predict(question):
|
|
37 |
gr.Interface(
|
38 |
predict,
|
39 |
inputs=gr.inputs.Textbox(label="enter your monopoly question here"),
|
40 |
-
outputs=gr.outputs.Label(
|
41 |
title="Monopoly FAQ Semantic Search",
|
42 |
).launch()
|
|
|
37 |
gr.Interface(
|
38 |
predict,
|
39 |
inputs=gr.inputs.Textbox(label="enter your monopoly question here"),
|
40 |
+
outputs=gr.outputs.Label(),
|
41 |
title="Monopoly FAQ Semantic Search",
|
42 |
).launch()
|