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