Update app.py
Browse files
app.py
CHANGED
|
@@ -81,7 +81,7 @@ chat_input = gr.MultimodalTextbox(interactive=True, file_types=["image"], placeh
|
|
| 81 |
with gr.Blocks(fill_height=True) as demo:
|
| 82 |
gr.Markdown(DESCRIPTION)
|
| 83 |
gr.ChatInterface(
|
| 84 |
-
fn=
|
| 85 |
chatbot=chatbot,
|
| 86 |
fill_height=True,
|
| 87 |
multimodal=True,
|
|
|
|
| 81 |
with gr.Blocks(fill_height=True) as demo:
|
| 82 |
gr.Markdown(DESCRIPTION)
|
| 83 |
gr.ChatInterface(
|
| 84 |
+
fn=krypton,
|
| 85 |
chatbot=chatbot,
|
| 86 |
fill_height=True,
|
| 87 |
multimodal=True,
|