Shriharsh commited on
Commit
322c167
1 Parent(s): 08dde7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -85,8 +85,7 @@ with gr.Blocks() as demo:
85
  gr.ChatInterface(
86
  generate,
87
  additional_inputs=additional_inputs,
88
- examples=[["Joke on darth vader and gandalf"], ["Write me a recipe for Butter Chicken."]]
 
89
  )
90
- gr.Chatbot(height=800)
91
-
92
  demo.queue().launch(debug=True)
 
85
  gr.ChatInterface(
86
  generate,
87
  additional_inputs=additional_inputs,
88
+ examples=[["Joke on darth vader and gandalf"], ["Write me a recipe for Butter Chicken."]],
89
+ chatbot=gr.Chatbot(height=800)
90
  )
 
 
91
  demo.queue().launch(debug=True)