Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
giurimatrix
/
public_chatbot
like
0
Runtime error
App
Files
Files
Fetching metadata from the HF Docker repository...
cb24303
public_chatbot
/
app.py
piecurus
Update app.py
cb24303
over 1 year ago
raw
Copy download link
history
blame
Safe
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()