Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
giurimatrix
/
public_chatbot
like
0
Runtime error
App
Files
Files
9bd4856
public_chatbot
/
app.py
piecurus
Update app.py
9bd4856
over 1 year ago
raw
Copy download link
history
blame
Safe
150 Bytes
#try to rebuilt
import
gradio
as
gr
demo = gr.load(
"giurimatrix/chatbot"
, src=
"spaces"
,api_key=
"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"
)
demo.launch()