public_chatbot / app.py
piecurus's picture
Create app.py
c71031c
raw
history blame
122 Bytes
import gradio as gr
with gr.Blocks() as demo:
demo.load(api_key="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")
demo.launch()