Timjo88 commited on
Commit
ded73dc
Β·
1 Parent(s): 7752b06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(num_top_classes=1),
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()