public_chatbot / app.py
piecurus's picture
Update app.py
17a4815
raw
history blame
163 Bytes
#try to rebuilt
import os
import gradio as gr
demo = gr.load("giurimatrix/chatbot", src="spaces",api_key=os.environ.get("hf_token_giurimatrix "))
demo.launch()