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