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