mkthoma commited on
Commit
827b56c
1 Parent(s): d13cd66

app update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def generate(prompt, history, temperature=0.3, max_new_tokens=512, top_p=0.95, r
30
  return output[0]['generated_text']
31
 
32
  bbchatbot = gr.Chatbot(
33
- avatar_images=[".logo/user logo 2.png", ".logo/bot logo.png"], bubble_full_width=False, show_label=False, show_copy_button=True, likeable=True,)
34
 
35
  demo = gr.ChatInterface(fn=generate,
36
  chatbot=bbchatbot,
 
30
  return output[0]['generated_text']
31
 
32
  bbchatbot = gr.Chatbot(
33
+ avatar_images=[".logo/user logo.png", ".logo/bot logo.png"], bubble_full_width=False, show_label=False, show_copy_button=True, likeable=True,)
34
 
35
  demo = gr.ChatInterface(fn=generate,
36
  chatbot=bbchatbot,