public_chatbot / app.py
piecurus's picture
Update app.py
c9e46c9
raw
history blame
152 Bytes
import gradio as gr
with gr.Blocks() as demo:
demo.load(name = "giurimatrix/chatbot", api_key="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")
demo.launch()