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...
22bf715
public_chatbot
/
app.py
piecurus
Update app.py
22bf715
almost 2 years ago
raw
Copy download link
history
blame
Wrap lines
134 Bytes
import
gradio
as
gr
demo = gr.load(
"giurimatrix/chatbot"
, src=
"spaces"
,api_key=
"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"
)
demo.launch()