This commit is contained in:
lvmin 2023-08-10 14:12:10 -07:00
parent 2b2b50ef91
commit 20ec435aa3

View File

@ -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)]