public_chatbot / app.py
piecurus's picture
Update app.py
be24f72
raw
history blame
162 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()