Satyam-Singh commited on
Commit
4877bc5
1 Parent(s): ca6753a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def generate(prompt, history):
18
  )'''
19
 
20
  gr.ChatInterface(
21
- fn=chat, #fn=generate,
22
  chatbot=gr.Chatbot(show_label=False, avatar_images=(None, 'llava-logo.svg'), show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
23
  title="LLaVa-2",
24
  description="This Is Official Demo Of ```LLaVa-2```. ```History/context``` memory does not work in this demo",
 
18
  )'''
19
 
20
  gr.ChatInterface(
21
+ fn=generate,
22
  chatbot=gr.Chatbot(show_label=False, avatar_images=(None, 'llava-logo.svg'), show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
23
  title="LLaVa-2",
24
  description="This Is Official Demo Of ```LLaVa-2```. ```History/context``` memory does not work in this demo",