Spaces:
Running
Running
File size: 149 Bytes
39b5977 |
1 2 3 4 5 6 |
import gradio as gr
with gr.Blocks() as demo:
gr.Chatbot(value=[["Hello World","Hey Gradio!"],["❤️","😍"],["🔥","🤗"]])
demo.launch() |