public_chatbot / app.py
piecurus's picture
Update app.py
2af3063
raw
history blame
134 Bytes
import gradio as gr
demo = gr.load("giurimatrix/chatbot", src="spaces",api_key="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")
demo.launch()