diff --git a/webui.py b/webui.py index edd1676..50bce09 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)]