vpcom commited on
Commit
a7f0c75
·
1 Parent(s): d02c2ed

fix: wrong usage of chat_interface instead of chatbot

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -140,7 +140,7 @@ with gr.Blocks(css=CSS) as demo:
140
  """
141
  )
142
 
143
- chat_interface.like(vote, None, None)
144
  chat_interface.render()
145
 
146
  demo.queue(concurrency_count=100, api_open=False).launch(show_api=False) #, share=True)
 
140
  """
141
  )
142
 
143
+ chatbot.like(vote, None, None)
144
  chat_interface.render()
145
 
146
  demo.queue(concurrency_count=100, api_open=False).launch(show_api=False) #, share=True)