File size: 152 Bytes
c71031c
 
c9e46c9
c71031c
1
2
3
4
import gradio as gr
with gr.Blocks() as demo:
    demo.load(name = "giurimatrix/chatbot", api_key="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")
demo.launch()