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