public_chatbot / app.py
piecurus's picture
Update app.py
9bd4856
raw
history blame
150 Bytes
#try to rebuilt
import gradio as gr
demo = gr.load("giurimatrix/chatbot", src="spaces",api_key="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")
demo.launch()