File size: 162 Bytes
9bd4856
cb24303
e755899
be24f72
cb24303
 
 
1
2
3
4
5
6
7
8
#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()