dogukan-bg commited on
Commit
e326739
·
verified ·
1 Parent(s): 48e9a5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -416,8 +416,8 @@ def search(query: str) -> List[Hit]:
416
 
417
  demo = gr.Interface(
418
  fn=search,
419
- inputs="textbox",
420
- outputs="textbox",
421
  )
422
  ## YOUR_CODE_ENDS_HERE
423
  demo.launch()
 
416
 
417
  demo = gr.Interface(
418
  fn=search,
419
+ inputs="text",
420
+ outputs="text",
421
  )
422
  ## YOUR_CODE_ENDS_HERE
423
  demo.launch()