jialicheng commited on
Commit
b715940
·
verified ·
1 Parent(s): e3ff1d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ def search(a):
7
  """
8
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
9
  """
10
- demo = gr.ChatInterface(
11
  search,
12
  outputs="text"
13
  )
 
7
  """
8
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
9
  """
10
+ demo = gr.Interface(
11
  search,
12
  outputs="text"
13
  )