From 20ec435aa34bcc6685b2626ade113a01dd6c1b89 Mon Sep 17 00:00:00 2001 From: lvmin Date: Thu, 10 Aug 2023 14:12:10 -0700 Subject: [PATCH] i --- webui.py | 1 - 1 file changed, 1 deletion(-) diff --git a/webui.py b/webui.py index edd16765..50bce094 100644 --- a/webui.py +++ b/webui.py @@ -2,7 +2,6 @@ import gradio as gr import random import time -# Chatbot demo with multimodal input (text, markdown, LaTeX, code blocks, image, audio, & video). Plus shows support for streaming text. def add_text(history, text): history = history + [(text, None)]