sandz7 commited on
Commit
55f048a
β€’
1 Parent(s): 8584d3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ chat_input = gr.MultimodalTextbox(interactive=True, file_types=["image"], placeh
87
  with gr.Blocks(fill_height=True) as demo:
88
  gr.Markdown(DESCRIPTION)
89
  gr.ChatInterface(
90
- fn=krypton,
91
  chatbot=chatbot,
92
  fill_height=True,
93
  multimodal=True,
 
87
  with gr.Blocks(fill_height=True) as demo:
88
  gr.Markdown(DESCRIPTION)
89
  gr.ChatInterface(
90
+ fn=bot_streaming,
91
  chatbot=chatbot,
92
  fill_height=True,
93
  multimodal=True,