i
This commit is contained in:
parent
2b2b50ef91
commit
20ec435aa3
1
webui.py
1
webui.py
@ -2,7 +2,6 @@ import gradio as gr
|
|||||||
import random
|
import random
|
||||||
import time
|
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):
|
def add_text(history, text):
|
||||||
history = history + [(text, None)]
|
history = history + [(text, None)]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user