A815 commited on
Commit
dec29c3
·
1 Parent(s): 6d51011
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -696,7 +696,7 @@ def search(query) -> List[Hit]:
696
  demo = gr.Interface(
697
  fn=search,
698
  inputs=["text"],
699
- outputs="json"
700
  )
701
 
702
  ## YOUR_CODE_ENDS_HERE
 
696
  demo = gr.Interface(
697
  fn=search,
698
  inputs=["text"],
699
+ outputs=gr.Textbox()
700
  )
701
 
702
  ## YOUR_CODE_ENDS_HERE