aadya1762 commited on
Commit
a37bbcd
·
1 Parent(s): 2fb6248
Files changed (1) hide show
  1. gemmademo/_chat.py +0 -2
gemmademo/_chat.py CHANGED
@@ -29,8 +29,6 @@ class GradioChat:
29
 
30
  chat_interface = gr.ChatInterface(
31
  chat_fn,
32
- chatbot=gr.Chatbot(label="Using model: " + self.model.get_model_name()),
33
  textbox=gr.Textbox(placeholder="What is up?", container=False),
34
  )
35
-
36
  chat_interface.launch()
 
29
 
30
  chat_interface = gr.ChatInterface(
31
  chat_fn,
 
32
  textbox=gr.Textbox(placeholder="What is up?", container=False),
33
  )
 
34
  chat_interface.launch()