aliabd's picture
aliabd HF Staff
Upload with huggingface_hub
f572242
raw
history blame
149 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.Chatbot(value=[["Hello World","Hey Gradio!"],["❀️","😍"],["πŸ”₯","πŸ€—"]])
demo.launch()